#A951C0

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

Shades of Deep Lilac #A951C0

Tints of Deep Lilac #A951C0

Color information

#A951C0 (or 0xA951C0) is unknown color: approx Deep Lilac. HEX triplet: A9, 51 and C0. RGB value is (169,81,192). Sum of RGB (Red+Green+Blue) = 169+81+192=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #A951C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A951C0 is #56AE3F. Grayscale: #777777. Windows color (decimal): -5680704 or 12603817. OLE color: 12603817.

HSL color Cylindrical-coordinate representation of color #A951C0: hue angle of 287.57º 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 #A951C0 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16981192-
CMYK0.120.5800.25
HSL287.57º46.84%53.53%-
HSV(B)287.57º57.81%75.29%-
XYZ28.8218.1351.85-
YUV119.97168.65162.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.24%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 192 (75.39% from 255) = 43.44%
R=38.24%
G=18.33%
B=43.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169811920.120.5800.25287.5746.8453.53
HexA951C0C3A0191202f36
Octal25112130014720314405766
Binary101010011010001110000001100111010011001100100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A951C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A951C0; }

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

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

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

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

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

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

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

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