#A051BE

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

Shades of Deep Lilac #A051BE

Tints of Deep Lilac #A051BE

Color information

#A051BE (or 0xA051BE) is unknown color: approx Deep Lilac. HEX triplet: A0, 51 and BE. RGB value is (160,81,190). Sum of RGB (Red+Green+Blue) = 160+81+190=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #A051BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051BE is #5FAE41. Grayscale: #747474. Windows color (decimal): -6270530 or 12472736. OLE color: 12472736.

HSL color Cylindrical-coordinate representation of color #A051BE: hue angle of 283.49º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A051BE is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16081190-
CMYK0.160.5700.25
HSL283.49º45.61%53.14%-
HSV(B)283.49º57.37%74.51%-
XYZ26.7317.0850.6-
YUV117.05169.17158.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=37.12%
G=18.79%
B=44.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160811900.160.5700.25283.4945.6153.14
HexA051BE103901911b2e35
Octal24012127620710314335665
Binary1010000010100011011111010000111001011001100011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A051BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A051BE; }

 p { color: rgb(160,81,190); }

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

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

 a { background-color: rgb(160,81,190); }

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

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

 span { border-color: rgb(160,81,190); }

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