#A256CC

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

Shades of Deep Lilac #A256CC

Tints of Deep Lilac #A256CC

Color information

#A256CC (or 0xA256CC) is unknown color: approx Deep Lilac. HEX triplet: A2, 56 and CC. RGB value is (162,86,204). Sum of RGB (Red+Green+Blue) = 162+86+204=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #A256CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256CC is #5DA933. Grayscale: #797979. Windows color (decimal): -6138164 or 13391522. OLE color: 13391522.

HSL color Cylindrical-coordinate representation of color #A256CC: hue angle of 278.64º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A256CC is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16286204-
CMYK0.210.5800.2
HSL278.64º53.64%56.86%-
HSV(B)278.64º57.84%80%-
XYZ29.1318.759.2-
YUV122.18174.18156.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.84%
GREEN value IS 86 (33.98% from 255) = 19.03%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=35.84%
G=19.03%
B=45.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162862040.210.5800.2278.6453.6456.86
HexA256CC153A0141173639
Octal24212631425720244276671
Binary1010001010101101100110010101111010010100100010111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256CC; }

 p { color: rgb(162,86,204); }

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

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

 a { background-color: rgb(162,86,204); }

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

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

 span { border-color: rgb(162,86,204); }

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