#A85FB6

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

Shades of Deep Lilac #A85FB6

Tints of Deep Lilac #A85FB6

Color information

#A85FB6 (or 0xA85FB6) is unknown color: approx Deep Lilac. HEX triplet: A8, 5F and B6. RGB value is (168,95,182). Sum of RGB (Red+Green+Blue) = 168+95+182=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #A85FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FB6 is #57A049. Grayscale: #7E7E7E. Windows color (decimal): -5742666 or 11952040. OLE color: 11952040.

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

Color convert

RGB16895182-
CMYK0.080.4800.29
HSL290.34º37.34%54.31%-
HSV(B)290.34º47.8%71.37%-
XYZ28.6819.8946.58-
YUV126.74159.18157.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=37.75%
G=21.35%
B=40.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168951820.080.4800.29290.3437.3454.31
HexA85FB683001D1222536
Octal25013726610600354424566
Binary101010001011111101101101000110000011101100100010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FB6; }

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

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

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

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

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

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

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

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