#A251BA

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

Shades of Deep Lilac #A251BA

Tints of Deep Lilac #A251BA

Color information

#A251BA (or 0xA251BA) is unknown color: approx Deep Lilac. HEX triplet: A2, 51 and BA. RGB value is (162,81,186). Sum of RGB (Red+Green+Blue) = 162+81+186=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #A251BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A251BA is #5DAE45. Grayscale: #747474. Windows color (decimal): -6139462 or 12210594. OLE color: 12210594.

HSL color Cylindrical-coordinate representation of color #A251BA: hue angle of 286.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A251BA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16281186-
CMYK0.130.5600.27
HSL286.29º43.21%52.35%-
HSV(B)286.29º56.45%72.94%-
XYZ26.7117.1148.35-
YUV117.19166.84159.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=37.76%
G=18.88%
B=43.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162811860.130.5600.27286.2943.2152.35
HexA251BAD3801B11e2b34
Octal24212127215700334365364
Binary101000101010001101110101101111000011011100011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A251BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A251BA; }

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

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

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

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

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

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

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

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