#A06ABC

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

Shades of Deep Lilac #A06ABC

Tints of Deep Lilac #A06ABC

Color information

#A06ABC (or 0xA06ABC) is unknown color: approx Deep Lilac. HEX triplet: A0, 6A and BC. RGB value is (160,106,188). Sum of RGB (Red+Green+Blue) = 160+106+188=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 188 - color contains mainly: blue. Hex color #A06ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06ABC is #5F9543. Grayscale: #838383. Windows color (decimal): -6264132 or 12348064. OLE color: 12348064.

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

Color convert

RGB160106188-
CMYK0.150.4400.26
HSL279.51º37.96%57.65%-
HSV(B)279.51º43.62%73.73%-
XYZ28.7321.4150.2-
YUV131.49159.89148.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 106 (41.80% from 255) = 23.35%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=35.24%
G=23.35%
B=41.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601061880.150.4400.26279.5137.9657.65
HexA06ABCF2C01A118263a
Octal24015227417540324304672
Binary101000001101010101111001111101100011010100011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06ABC; }

 p { color: rgb(160,106,188); }

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

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

 a { background-color: rgb(160,106,188); }

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

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

 span { border-color: rgb(160,106,188); }

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