#A85EBA

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

Shades of Deep Lilac #A85EBA

Tints of Deep Lilac #A85EBA

Color information

#A85EBA (or 0xA85EBA) is unknown color: approx Deep Lilac. HEX triplet: A8, 5E and BA. RGB value is (168,94,186). Sum of RGB (Red+Green+Blue) = 168+94+186=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #A85EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EBA is #57A145. Grayscale: #7E7E7E. Windows color (decimal): -5742918 or 12213928. OLE color: 12213928.

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

Color convert

RGB16894186-
CMYK0.100.4900.27
HSL288.26º40%54.9%-
HSV(B)288.26º49.46%72.94%-
XYZ29.0119.8848.76-
YUV126.61161.52157.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=37.5%
G=20.98%
B=41.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168941860.100.4900.27288.264054.9
HexA85EBAA3101B1202837
Octal25013627212610334405067
Binary101010001011110101110101010110001011011100100000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EBA; }

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

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

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

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

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

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

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

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