#A56ABC

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

Shades of Deep Lilac #A56ABC

Tints of Deep Lilac #A56ABC

Color information

#A56ABC (or 0xA56ABC) is unknown color: approx Deep Lilac. HEX triplet: A5, 6A and BC. RGB value is (165,106,188). Sum of RGB (Red+Green+Blue) = 165+106+188=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #A56ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A56ABC is #5A9543. Grayscale: #848484. Windows color (decimal): -5936452 or 12348069. OLE color: 12348069.

HSL color Cylindrical-coordinate representation of color #A56ABC: hue angle of 283.17º 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 #A56ABC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165106188-
CMYK0.120.4400.26
HSL283.17º37.96%57.65%-
HSV(B)283.17º43.62%73.73%-
XYZ29.7521.9450.24-
YUV132.99159.05150.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.95%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=35.95%
G=23.09%
B=40.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651061880.120.4400.26283.1737.9657.65
HexA56ABCC2C01A11b263a
Octal24515227414540324334672
Binary101001011101010101111001100101100011010100011011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56ABC; }

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

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

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

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

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

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

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

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