COLOR #A735D8

HEX: #A735D8
RGB: (167,53,216)

Color info

#A735D8 contains mainly red and blue colors. Web safe color of #A735D8 is #9933CC (or #93C).

RGB color model

#A735D8 color RGB value is (167,53,216).

  • red value is 167;
  • green value is 53;
  • blue value is 216.
RGB:
(167,53,216)
(65%,21%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 53 of 255 = 21%
B 216 of 255 = 85%

167
53
216

R + G + B ~ 57%. #A735D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 53 + 216 = 436 (100%)
R 167 of 436 ~ 38.3%
G 53 of 436 ~ 12.16%
B 216 of 436 ~ 49.54%

%38.3
%12.16
%49.54

CMYK color model

#A735D8 color CMYK value is (23,75,0,15).

  • cyan value is 22.69%
  • magenta value is 75.46%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(23,75,0,15)
C23M75Y0K15 
(23%,75%,0%,15%)
(0.23/0.75/0.00/0.15)	

CMYK percentages

%22.69
%75.46
%0
%15.29

Codes

Color #A735D8 in popluar color models

A735D8
RGB16753216
HSL282°67.63%52.75%
HSB/HSV282°75.46%84.71%
CMYK22.69%75.46%0.00%
15.29%

Color #A735D8 in popluar number systems.

HEXA735D8
Decimal16753216
Binary1010011111010111011000
Octal24765330

Shades and tints

Shades of #A735D8

#A735D8
(167,53,216)
#9831C5
(152,49,197)
#892DB2
(137,45,178)
#7A299F
(122,41,159)
#6B258C
(107,37,140)
#5C2179
(92,33,121)
#4D1D66
(77,29,102)
#3E1953
(62,25,83)
#2F1540
(47,21,64)
#20112D
(32,17,45)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #A735D8

#A735D8
(167,53,216)
#AF47DB
(175,71,219)
#B759DE
(183,89,222)
#BF6BE1
(191,107,225)
#C77DE4
(199,125,228)
#CF8FE7
(207,143,231)
#D7A1EA
(215,161,234)
#DFB3ED
(223,179,237)
#E7C5F0
(231,197,240)
#EFD7F3
(239,215,243)
#F7E9F6
(247,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A735D8 color. Also use rgb(167,53,216) instead hex code.

Text Font Color

.myTextColor { color: #A735D8; }

<p style="color:#A735D8">This sample text font color is #A735D8.</p>

This text font color is #A735D8.


Background Color

.myBgColor { background-color: #A735D8; }

<div style="background-color:#A735D8">Inner text</div>

This div background color is #A735D8.


Border color

.myBorderColor { border: 1px solid #A735D8; }

<div style="border:3px solid #A735D8">Div</div>

This div border color is #A735D8.


Opacity

.myOpacity80 { color: #A735D8; opacity: 0.8; }

<p style="color:#A735D8;opacity:0.8;">80%</p>

Text with #A735D8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A735D8;}

<p style="text-shadow: 3px 3px 1px #A735D8">Text here.</p>

This text has shadow with #A735D8 color.

.textShadow {text-shadow: 3px 3px 1px #A735D8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A735D8, 5px 5px 20px red">Text here.</p>

This text has shadow with #A735D8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A735D8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A735D8, Direction=45, Strength=4)">Text</p>

This text has shadow with #A735D8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A735D8;
  -webkit-box-shadow:	1px 1px 3px 2px #A735D8;
  box-shadow:		1px 1px 3px 2px #A735D8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A735D8;
-webkit-box-shadow: 1px 1px 3px 2px #A735D8;
box-shadow:1px 1px 3px 2px #A735D8;">
Div content here</div>
This div box has shadow with color #A735D8.

Preview

Color preview on black background

This text has color #A735D8 on black background.


Color preview on white background

This text has color #A735D8 on white background.



Black color preview on #A735D8 background

This text has black color on #A735D8 background.


White color preview on #A735D8 background

This text has white color on #A735D8 background.