#A862BB

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

Shades of Deep Lilac #A862BB

Tints of Deep Lilac #A862BB

Color information

#A862BB (or 0xA862BB) is unknown color: approx Deep Lilac. HEX triplet: A8, 62 and BB. RGB value is (168,98,187). Sum of RGB (Red+Green+Blue) = 168+98+187=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #A862BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862BB is #579D44. Grayscale: #808080. Windows color (decimal): -5741893 or 12280488. OLE color: 12280488.

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

Color convert

RGB16898187-
CMYK0.100.4800.27
HSL287.19º39.56%55.88%-
HSV(B)287.19º47.59%73.33%-
XYZ29.4920.6549.45-
YUV129.08160.69155.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=37.09%
G=21.63%
B=41.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal168981870.100.4800.27287.1939.5655.88
HexA862BBA3001B11f2838
Octal25014227312600334375070
Binary101010001100010101110111010110000011011100011111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862BB; }

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

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

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

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

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

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

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

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