#A85DBE

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

Shades of Deep Lilac #A85DBE

Tints of Deep Lilac #A85DBE

Color information

#A85DBE (or 0xA85DBE) is unknown color: approx Deep Lilac. HEX triplet: A8, 5D and BE. RGB value is (168,93,190). Sum of RGB (Red+Green+Blue) = 168+93+190=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #A85DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DBE is #57A241. Grayscale: #7E7E7E. Windows color (decimal): -5743170 or 12475816. OLE color: 12475816.

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

Color convert

RGB16893190-
CMYK0.120.5100.25
HSL286.39º42.73%55.49%-
HSV(B)286.39º51.05%74.51%-
XYZ29.3619.8751-
YUV126.48163.85157.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=37.25%
G=20.62%
B=42.13%

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
Decimal168931900.120.5100.25286.3942.7355.49
HexA85DBEC3301911e2b37
Octal25013527614630314365367
Binary101010001011101101111101100110011011001100011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DBE; }

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

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

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

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

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

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

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

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