#a147c9

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

Shades of Deep Lilac #A147C9

Tints of Deep Lilac #A147C9

Color information

#A147C9 (or 0xA147C9) is unknown color: approx Deep Lilac. HEX triplet: A1, 47 and C9. RGB value is (161,71,201). Sum of RGB (Red+Green+Blue) = 161+71+201=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #A147C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147C9 is #5EB836. Grayscale: #707070. Windows color (decimal): -6207543 or 13191073. OLE color: 13191073.

HSL color Cylindrical-coordinate representation of color #A147C9: hue angle of 281.54º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A147C9 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16171201-
CMYK0.200.6500.21
HSL281.54º54.62%53.33%-
HSV(B)281.54º64.68%78.82%-
XYZ27.4916.356.96-
YUV112.73177.82162.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 201 (78.91% from 255) = 46.42%
R=37.18%
G=16.40%
B=46.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161712010.200.6500.21281.5454.6253.33
HexA147C9144101511a3735
Octal241107311241010254326765
Binary10100001100011111001001101001000001010101100011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a147c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a147c9; }

 p { color: rgb(161,71,201); }

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

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

 a { background-color: rgb(161,71,201); }

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

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

 span { border-color: rgb(161,71,201); }

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