#A456CF

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

Shades of Deep Lilac #A456CF

Tints of Deep Lilac #A456CF

Color information

#A456CF (or 0xA456CF) is unknown color: approx Deep Lilac. HEX triplet: A4, 56 and CF. RGB value is (164,86,207). Sum of RGB (Red+Green+Blue) = 164+86+207=457 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.89% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #A456CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A456CF is #5BA930. Grayscale: #7A7A7A. Windows color (decimal): -6007089 or 13588132. OLE color: 13588132.

HSL color Cylindrical-coordinate representation of color #A456CF: hue angle of 278.68º degrees, saturation: 0.56, 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 #A456CF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16486207-
CMYK0.210.5800.19
HSL278.68º55.76%57.45%-
HSV(B)278.68º58.45%81.18%-
XYZ29.919.0561.13-
YUV123.12175.34157.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.89%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 207 (81.25% from 255) = 45.30%
R=35.89%
G=18.82%
B=45.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164862070.210.5800.19278.6855.7657.45
HexA456CF153A0131173839
Octal24412631725720234277071
Binary1010010010101101100111110101111010010011100010111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A456CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A456CF; }

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

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

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

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

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

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

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

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