#A456CE

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

Shades of Deep Lilac #A456CE

Tints of Deep Lilac #A456CE

Color information

#A456CE (or 0xA456CE) is unknown color: approx Deep Lilac. HEX triplet: A4, 56 and CE. RGB value is (164,86,206). Sum of RGB (Red+Green+Blue) = 164+86+206=456 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.96% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #A456CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456CE is #5BA931. Grayscale: #7A7A7A. Windows color (decimal): -6007090 or 13522596. OLE color: 13522596.

HSL color Cylindrical-coordinate representation of color #A456CE: hue angle of 279º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A456CE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16486206-
CMYK0.200.5800.19
HSL279º55.05%57.25%-
HSV(B)279º58.25%80.78%-
XYZ29.781960.49-
YUV123174.84157.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.96%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=35.96%
G=18.86%
B=45.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164862060.200.5800.1927955.0557.25
HexA456CE143A0131173739
Octal24412631624720234276771
Binary1010010010101101100111010100111010010011100010111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A456CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A456CE; }

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

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

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

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

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

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

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

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