#A867B6

Color #A867B6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A867B6

Tints of Deep Lilac #A867B6

Color information

#A867B6 (or 0xA867B6) is unknown color: approx Deep Lilac. HEX triplet: A8, 67 and B6. RGB value is (168,103,182). Sum of RGB (Red+Green+Blue) = 168+103+182=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 182 - color contains mainly: blue. Hex color #A867B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867B6 is #579849. Grayscale: #838383. Windows color (decimal): -5740618 or 11954088. OLE color: 11954088.

HSL color Cylindrical-coordinate representation of color #A867B6: hue angle of 289.37º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A867B6 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168103182-
CMYK0.080.4300.29
HSL289.37º35.11%55.88%-
HSV(B)289.37º43.41%71.37%-
XYZ29.4421.446.84-
YUV131.44156.53154.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 103 (40.62% from 255) = 22.74%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=37.09%
G=22.74%
B=40.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681031820.080.4300.29289.3735.1155.88
HexA867B682B01D1212338
Octal25014726610530354414370
Binary101010001100111101101101000101011011101100100001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A867B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A867B6; }

 p { color: rgb(168,103,182); }

 H1.HeaderClassName
 {
   color: #A867B6;
 }
 .AnyTagClassName
 {
   color: #A867B6;
 }
</style>
background-color css

<style>
 a { background-color: #A867B6; }

 a { background-color: rgb(168,103,182); }

 div.DivClassName
 {
   background-color: #A867B6;
 }
 .BgClassName
 {
   background-color: #A867B6;
 }
</style>
border-color css

<style>
 span { border-color: #A867B6; }

 span { border-color: rgb(168,103,182); }

 td.TdClassName
 {
   border-color: #A867B6;
 }
 .TagClassName
 {
   border-color: #A867B6;
 }
</style>