#A051C0

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

Shades of Deep Lilac #A051C0

Tints of Deep Lilac #A051C0

Color information

#A051C0 (or 0xA051C0) is unknown color: approx Deep Lilac. HEX triplet: A0, 51 and C0. RGB value is (160,81,192). Sum of RGB (Red+Green+Blue) = 160+81+192=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #A051C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051C0 is #5FAE3F. Grayscale: #747474. Windows color (decimal): -6270528 or 12603808. OLE color: 12603808.

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

Color convert

RGB16081192-
CMYK0.170.5800.25
HSL282.7º46.84%53.53%-
HSV(B)282.7º57.81%75.29%-
XYZ26.9517.1651.76-
YUV117.28170.17158.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 192 (75.39% from 255) = 44.34%
R=36.95%
G=18.71%
B=44.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160811920.170.5800.25282.746.8453.53
HexA051C0113A01911b2f36
Octal24012130021720314335766
Binary1010000010100011100000010001111010011001100011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A051C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A051C0; }

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

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

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

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

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

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

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

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