#A062BD

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

Shades of Deep Lilac #A062BD

Tints of Deep Lilac #A062BD

Color information

#A062BD (or 0xA062BD) is unknown color: approx Deep Lilac. HEX triplet: A0, 62 and BD. RGB value is (160,98,189). Sum of RGB (Red+Green+Blue) = 160+98+189=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #A062BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062BD is #5F9D42. Grayscale: #7E7E7E. Windows color (decimal): -6266179 or 12411552. OLE color: 12411552.

HSL color Cylindrical-coordinate representation of color #A062BD: hue angle of 280.88º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A062BD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16098189-
CMYK0.150.4800.26
HSL280.88º40.81%56.27%-
HSV(B)280.88º48.15%74.12%-
XYZ28.0519.8850.5-
YUV126.91163.04151.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 98 (38.67% from 255) = 21.92%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=35.79%
G=21.92%
B=42.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160981890.150.4800.26280.8840.8156.27
HexA062BDF3001A1192938
Octal24014227517600324315170
Binary101000001100010101111011111110000011010100011001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062BD; }

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

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

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

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

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

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

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

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