#A456BA

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

Shades of Deep Lilac #A456BA

Tints of Deep Lilac #A456BA

Color information

#A456BA (or 0xA456BA) is unknown color: approx Deep Lilac. HEX triplet: A4, 56 and BA. RGB value is (164,86,186). Sum of RGB (Red+Green+Blue) = 164+86+186=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #A456BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456BA is #5BA945. Grayscale: #787878. Windows color (decimal): -6007110 or 12211876. OLE color: 12211876.

HSL color Cylindrical-coordinate representation of color #A456BA: hue angle of 286.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A456BA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16486186-
CMYK0.120.5400.27
HSL286.8º42.02%53.33%-
HSV(B)286.8º53.76%72.94%-
XYZ27.518.0948.5-
YUV120.72164.84158.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.61%
GREEN value IS 86 (33.98% from 255) = 19.72%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=37.61%
G=19.72%
B=42.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164861860.120.5400.27286.842.0253.33
HexA456BAC3601B11f2a35
Octal24412627214660334375265
Binary101001001010110101110101100110110011011100011111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A456BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A456BA; }

 p { color: rgb(164,86,186); }

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

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

 a { background-color: rgb(164,86,186); }

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

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

 span { border-color: rgb(164,86,186); }

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