#A147BC

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

Shades of Deep Lilac #A147BC

Tints of Deep Lilac #A147BC

Color information

#A147BC (or 0xA147BC) is unknown color: approx Deep Lilac. HEX triplet: A1, 47 and BC. RGB value is (161,71,188). Sum of RGB (Red+Green+Blue) = 161+71+188=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #A147BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147BC is #5EB843. Grayscale: #6E6E6E. Windows color (decimal): -6207556 or 12339105. OLE color: 12339105.

HSL color Cylindrical-coordinate representation of color #A147BC: hue angle of 286.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A147BC is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16171188-
CMYK0.140.6200.26
HSL286.15º46.61%50.78%-
HSV(B)286.15º62.23%73.73%-
XYZ26.0315.7149.24-
YUV111.25171.32163.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 71 (28.12% from 255) = 16.90%
BLUE value IS 188 (73.83% from 255) = 44.76%
R=38.33%
G=16.90%
B=44.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161711880.140.6200.26286.1546.6150.78
HexA147BCE3E01A11e2f33
Octal24110727416760324365763
Binary101000011000111101111001110111110011010100011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A147BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A147BC; }

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

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

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

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

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

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

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

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