#A151C0

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

Shades of Deep Lilac #A151C0

Tints of Deep Lilac #A151C0

Color information

#A151C0 (or 0xA151C0) is unknown color: approx Deep Lilac. HEX triplet: A1, 51 and C0. RGB value is (161,81,192). Sum of RGB (Red+Green+Blue) = 161+81+192=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #A151C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151C0 is #5EAE3F. Grayscale: #757575. Windows color (decimal): -6204992 or 12603809. OLE color: 12603809.

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

Color convert

RGB16181192-
CMYK0.160.5800.25
HSL283.24º46.84%53.53%-
HSV(B)283.24º57.81%75.29%-
XYZ27.1517.2751.77-
YUV117.57170158.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 192 (75.39% from 255) = 44.24%
R=37.10%
G=18.66%
B=44.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161811920.160.5800.25283.2446.8453.53
HexA151C0103A01911b2f36
Octal24112130020720314335766
Binary1010000110100011100000010000111010011001100011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A151C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A151C0; }

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

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

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

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

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

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

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

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