#A062BB

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

Shades of Deep Lilac #A062BB

Tints of Deep Lilac #A062BB

Color information

#A062BB (or 0xA062BB) is unknown color: approx Deep Lilac. HEX triplet: A0, 62 and BB. RGB value is (160,98,187). Sum of RGB (Red+Green+Blue) = 160+98+187=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #A062BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062BB is #5F9D44. Grayscale: #7E7E7E. Windows color (decimal): -6266181 or 12280480. OLE color: 12280480.

HSL color Cylindrical-coordinate representation of color #A062BB: hue angle of 281.8º 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 #A062BB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16098187-
CMYK0.140.4800.27
HSL281.8º39.56%55.88%-
HSV(B)281.8º47.59%73.33%-
XYZ27.8319.849.37-
YUV126.68162.04151.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=35.96%
G=22.02%
B=42.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160981870.140.4800.27281.839.5655.88
HexA062BBE3001B11a2838
Octal24014227316600334325070
Binary101000001100010101110111110110000011011100011010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062BB; }

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

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

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

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

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

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

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

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