#A14A9A

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

Shades of Violet Blue #A14A9A

Tints of Violet Blue #A14A9A

Color information

#A14A9A (or 0xA14A9A) is unknown color: approx Violet Blue. HEX triplet: A1, 4A and 9A. RGB value is (161,74,154). Sum of RGB (Red+Green+Blue) = 161+74+154=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A9A is #5EB565. Grayscale: #6C6C6C. Windows color (decimal): -6206822 or 10111649. OLE color: 10111649.

HSL color Cylindrical-coordinate representation of color #A14A9A: hue angle of 304.83º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A14A9A is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB16174154-
CMYK00.540.040.37
HSL304.83º37.02%46.08%-
HSV(B)304.83º54.04%63.14%-
XYZ22.9814.8132.22-
YUV109.13153.32165-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.39%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 154 (60.55% from 255) = 39.59%
R=41.39%
G=19.02%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617415400.540.040.37304.8337.0246.08
HexA14A9A036425131252e
Octal2411122320664454614556
Binary101000011001010100110100110110100100101100110001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A9A; }

 p { color: rgb(161,74,154); }

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

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

 a { background-color: rgb(161,74,154); }

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

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

 span { border-color: rgb(161,74,154); }

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