#A251CA

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

Shades of Deep Lilac #A251CA

Tints of Deep Lilac #A251CA

Color information

#A251CA (or 0xA251CA) is unknown color: approx Deep Lilac. HEX triplet: A2, 51 and CA. RGB value is (162,81,202). Sum of RGB (Red+Green+Blue) = 162+81+202=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #A251CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251CA is #5DAE35. Grayscale: #767676. Windows color (decimal): -6139446 or 13259170. OLE color: 13259170.

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

Color convert

RGB16281202-
CMYK0.200.6000.21
HSL280.17º53.3%55.49%-
HSV(B)280.17º59.9%79.22%-
XYZ28.517.8357.82-
YUV119.01174.84158.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 81 (32.03% from 255) = 18.20%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=36.40%
G=18.20%
B=45.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162812020.200.6000.21280.1753.355.49
HexA251CA143C0151183537
Octal24212131224740254306567
Binary1010001010100011100101010100111100010101100011000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251CA; }

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

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

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

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

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

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

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

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