#A85BBF

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

Shades of Deep Lilac #A85BBF

Tints of Deep Lilac #A85BBF

Color information

#A85BBF (or 0xA85BBF) is unknown color: approx Deep Lilac. HEX triplet: A8, 5B and BF. RGB value is (168,91,191). Sum of RGB (Red+Green+Blue) = 168+91+191=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #A85BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BBF is #57A440. Grayscale: #7D7D7D. Windows color (decimal): -5743681 or 12540840. OLE color: 12540840.

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

Color convert

RGB16891191-
CMYK0.120.5200.25
HSL286.2º43.86%55.29%-
HSV(B)286.2º52.36%74.9%-
XYZ29.2919.5751.52-
YUV125.42165.01158.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 91 (35.94% from 255) = 20.22%
BLUE value IS 191 (75% from 255) = 42.44%
R=37.33%
G=20.22%
B=42.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168911910.120.5200.25286.243.8655.29
HexA85BBFC3401911e2c37
Octal25013327714640314365467
Binary101010001011011101111111100110100011001100011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BBF; }

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

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

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

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

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

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

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

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