#A051BB

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

Shades of Deep Lilac #A051BB

Tints of Deep Lilac #A051BB

Color information

#A051BB (or 0xA051BB) is unknown color: approx Deep Lilac. HEX triplet: A0, 51 and BB. RGB value is (160,81,187). Sum of RGB (Red+Green+Blue) = 160+81+187=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #A051BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051BB is #5FAE44. Grayscale: #747474. Windows color (decimal): -6270533 or 12276128. OLE color: 12276128.

HSL color Cylindrical-coordinate representation of color #A051BB: hue angle of 284.72º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A051BB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16081187-
CMYK0.140.5700.27
HSL284.72º43.8%52.55%-
HSV(B)284.72º56.68%73.33%-
XYZ26.4116.9548.89-
YUV116.7167.67158.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 81 (32.03% from 255) = 18.93%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=37.38%
G=18.93%
B=43.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160811870.140.5700.27284.7243.852.55
HexA051BBE3901B11d2c35
Octal24012127316710334355465
Binary101000001010001101110111110111001011011100011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A051BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A051BB; }

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

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

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

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

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

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

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

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