#A251CB

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

Shades of Deep Lilac #A251CB

Tints of Deep Lilac #A251CB

Color information

#A251CB (or 0xA251CB) is unknown color: approx Deep Lilac. HEX triplet: A2, 51 and CB. RGB value is (162,81,203). Sum of RGB (Red+Green+Blue) = 162+81+203=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #A251CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251CB is #5DAE34. Grayscale: #767676. Windows color (decimal): -6139445 or 13324706. OLE color: 13324706.

HSL color Cylindrical-coordinate representation of color #A251CB: hue angle of 279.84º degrees, saturation: 0.54, 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 #A251CB is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16281203-
CMYK0.200.6000.20
HSL279.84º53.98%55.69%-
HSV(B)279.84º60.1%79.61%-
XYZ28.6217.8858.44-
YUV119.13175.34158.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 81 (32.03% from 255) = 18.16%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=36.32%
G=18.16%
B=45.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162812030.200.6000.20279.8453.9855.69
HexA251CB143C0141183638
Octal24212131324740244306670
Binary1010001010100011100101110100111100010100100011000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251CB; }

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

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

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

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

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

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

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

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