#A147A9

Color #A147A9 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A147A9

Tints of Violet Blue #A147A9

Color information

#A147A9 (or 0xA147A9) is unknown color: approx Violet Blue. HEX triplet: A1, 47 and A9. RGB value is (161,71,169). Sum of RGB (Red+Green+Blue) = 161+71+169=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 169 (66.41% from 255 or 42.14% from 401); Max value from RGB is 169 - color contains mainly: blue. Hex color #A147A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A147A9 is #5EB856. Grayscale: #6C6C6C. Windows color (decimal): -6207575 or 11093921. OLE color: 11093921.

HSL color Cylindrical-coordinate representation of color #A147A9: hue angle of 295.1º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A147A9 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16171169-
CMYK0.050.5800.34
HSL295.1º40.83%47.06%-
HSV(B)295.1º57.99%66.27%-
XYZ24.1114.9539.15-
YUV109.08161.82165.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.15%
GREEN value IS 71 (28.12% from 255) = 17.71%
BLUE value IS 169 (66.41% from 255) = 42.14%
R=40.15%
G=17.71%
B=42.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161711690.050.5800.34295.140.8347.06
HexA147A953A022127292f
Octal2411072515720424475157
Binary101000011000111101010011011110100100010100100111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A147A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A147A9; }

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

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

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

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

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

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

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

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