#A85BBB

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

Shades of Deep Lilac #A85BBB

Tints of Deep Lilac #A85BBB

Color information

#A85BBB (or 0xA85BBB) is unknown color: approx Deep Lilac. HEX triplet: A8, 5B and BB. RGB value is (168,91,187). Sum of RGB (Red+Green+Blue) = 168+91+187=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #A85BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BBB is #57A444. Grayscale: #7C7C7C. Windows color (decimal): -5743685 or 12278696. OLE color: 12278696.

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

Color convert

RGB16891187-
CMYK0.100.5100.27
HSL288.12º41.38%54.51%-
HSV(B)288.12º51.34%73.33%-
XYZ28.8619.3949.24-
YUV124.97163.01158.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.67%
GREEN value IS 91 (35.94% from 255) = 20.40%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=37.67%
G=20.40%
B=41.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168911870.100.5100.27288.1241.3854.51
HexA85BBBA3301B1202937
Octal25013327312630334405167
Binary101010001011011101110111010110011011011100100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BBB; }

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

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

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

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

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

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

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

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