#A85EBB

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

Shades of Deep Lilac #A85EBB

Tints of Deep Lilac #A85EBB

Color information

#A85EBB (or 0xA85EBB) is unknown color: approx Deep Lilac. HEX triplet: A8, 5E and BB. RGB value is (168,94,187). Sum of RGB (Red+Green+Blue) = 168+94+187=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #A85EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85EBB is #57A144. Grayscale: #7E7E7E. Windows color (decimal): -5742917 or 12279464. OLE color: 12279464.

HSL color Cylindrical-coordinate representation of color #A85EBB: hue angle of 287.74º degrees, saturation: 0.41, 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 #A85EBB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16894187-
CMYK0.100.5000.27
HSL287.74º40.61%55.1%-
HSV(B)287.74º49.73%73.33%-
XYZ29.1219.9249.32-
YUV126.73162.02157.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 94 (37.11% from 255) = 20.94%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=37.42%
G=20.94%
B=41.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168941870.100.5000.27287.7440.6155.1
HexA85EBBA3201B1202937
Octal25013627312620334405167
Binary101010001011110101110111010110010011011100100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EBB; }

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

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

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

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

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

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

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

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