#A251CC

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

Shades of Deep Lilac #A251CC

Tints of Deep Lilac #A251CC

Color information

#A251CC (or 0xA251CC) is unknown color: approx Deep Lilac. HEX triplet: A2, 51 and CC. RGB value is (162,81,204). Sum of RGB (Red+Green+Blue) = 162+81+204=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #A251CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251CC is #5DAE33. Grayscale: #767676. Windows color (decimal): -6139444 or 13390242. OLE color: 13390242.

HSL color Cylindrical-coordinate representation of color #A251CC: hue angle of 279.51º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A251CC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16281204-
CMYK0.210.6000.2
HSL279.51º54.67%55.88%-
HSV(B)279.51º60.29%80%-
XYZ28.7417.9359.07-
YUV119.24175.84158.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.24%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 204 (80.08% from 255) = 45.64%
R=36.24%
G=18.12%
B=45.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162812040.210.6000.2279.5154.6755.88
HexA251CC153C0141183738
Octal24212131425740244306770
Binary1010001010100011100110010101111100010100100011000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251CC; }

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

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

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

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

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

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

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

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