#A14FA9

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

Shades of Violet Blue #A14FA9

Tints of Violet Blue #A14FA9

Color information

#A14FA9 (or 0xA14FA9) is unknown color: approx Violet Blue. HEX triplet: A1, 4F and A9. RGB value is (161,79,169). Sum of RGB (Red+Green+Blue) = 161+79+169=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 169 - color contains mainly: blue. Hex color #A14FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14FA9 is #5EB056. Grayscale: #717171. Windows color (decimal): -6205527 or 11095969. OLE color: 11095969.

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

Color convert

RGB16179169-
CMYK0.050.5300.34
HSL294.67º36.29%48.63%-
HSV(B)294.67º53.25%66.27%-
XYZ24.6616.0339.33-
YUV113.78159.17161.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.36%
GREEN value IS 79 (31.25% from 255) = 19.32%
BLUE value IS 169 (66.41% from 255) = 41.32%
R=39.36%
G=19.32%
B=41.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161791690.050.5300.34294.6736.2948.63
HexA14FA95350221272431
Octal2411172515650424474461
Binary101000011001111101010011011101010100010100100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14FA9; }

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

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

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

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

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

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

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

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