#A256CA

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

Shades of Deep Lilac #A256CA

Tints of Deep Lilac #A256CA

Color information

#A256CA (or 0xA256CA) is unknown color: approx Deep Lilac. HEX triplet: A2, 56 and CA. RGB value is (162,86,202). Sum of RGB (Red+Green+Blue) = 162+86+202=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #A256CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A256CA is #5DA935. Grayscale: #797979. Windows color (decimal): -6138166 or 13260450. OLE color: 13260450.

HSL color Cylindrical-coordinate representation of color #A256CA: hue angle of 279.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A256CA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16286202-
CMYK0.200.5700.21
HSL279.31º52.25%56.47%-
HSV(B)279.31º57.43%79.22%-
XYZ28.8918.657.94-
YUV121.95173.18156.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36%
GREEN value IS 86 (33.98% from 255) = 19.11%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=36%
G=19.11%
B=44.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162862020.200.5700.21279.3152.2556.47
HexA256CA14390151173438
Octal24212631224710254276470
Binary1010001010101101100101010100111001010101100010111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256CA; }

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

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

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

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

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

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

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

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