#A251C1

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

Shades of Deep Lilac #A251C1

Tints of Deep Lilac #A251C1

Color information

#A251C1 (or 0xA251C1) is unknown color: approx Deep Lilac. HEX triplet: A2, 51 and C1. RGB value is (162,81,193). Sum of RGB (Red+Green+Blue) = 162+81+193=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #A251C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251C1 is #5DAE3E. Grayscale: #757575. Windows color (decimal): -6139455 or 12669346. OLE color: 12669346.

HSL color Cylindrical-coordinate representation of color #A251C1: hue angle of 283.39º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A251C1 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16281193-
CMYK0.160.5800.24
HSL283.39º47.46%53.73%-
HSV(B)283.39º58.03%75.69%-
XYZ27.4717.4252.37-
YUV117.99170.34159.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 81 (32.03% from 255) = 18.58%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=37.16%
G=18.58%
B=44.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162811930.160.5800.24283.3947.4653.73
HexA251C1103A01811b2f36
Octal24212130120720304335766
Binary1010001010100011100000110000111010011000100011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251C1; }

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

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

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

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

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

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

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

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