#A85DBF

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

Shades of Deep Lilac #A85DBF

Tints of Deep Lilac #A85DBF

Color information

#A85DBF (or 0xA85DBF) is unknown color: approx Deep Lilac. HEX triplet: A8, 5D and BF. RGB value is (168,93,191). Sum of RGB (Red+Green+Blue) = 168+93+191=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #A85DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DBF is #57A240. Grayscale: #7E7E7E. Windows color (decimal): -5743169 or 12541352. OLE color: 12541352.

HSL color Cylindrical-coordinate representation of color #A85DBF: hue angle of 285.92º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85DBF is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16893191-
CMYK0.120.5100.25
HSL285.92º43.36%55.69%-
HSV(B)285.92º51.31%74.9%-
XYZ29.4719.9251.58-
YUV126.6164.35157.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 191 (75% from 255) = 42.26%
R=37.17%
G=20.58%
B=42.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168931910.120.5100.25285.9243.3655.69
HexA85DBFC3301911e2b38
Octal25013527714630314365370
Binary101010001011101101111111100110011011001100011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DBF; }

 p { color: rgb(168,93,191); }

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

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

 a { background-color: rgb(168,93,191); }

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

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

 span { border-color: rgb(168,93,191); }

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