#A85DBA

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

Shades of Deep Lilac #A85DBA

Tints of Deep Lilac #A85DBA

Color information

#A85DBA (or 0xA85DBA) is unknown color: approx Deep Lilac. HEX triplet: A8, 5D and BA. RGB value is (168,93,186). Sum of RGB (Red+Green+Blue) = 168+93+186=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DBA is #57A245. Grayscale: #7D7D7D. Windows color (decimal): -5743174 or 12213672. OLE color: 12213672.

HSL color Cylindrical-coordinate representation of color #A85DBA: hue angle of 288.39º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A85DBA is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16893186-
CMYK0.100.500.27
HSL288.39º40.26%54.71%-
HSV(B)288.39º50%72.94%-
XYZ28.9319.748.73-
YUV126.03161.85157.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.58%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=37.58%
G=20.81%
B=41.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168931860.100.500.27288.3940.2654.71
HexA85DBAA3201B1202837
Octal25013527212620334405067
Binary101010001011101101110101010110010011011100100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85DBA; }

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

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

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

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

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

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

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

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