#A14A93

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

Shades of Violet Blue #A14A93

Tints of Violet Blue #A14A93

Color information

#A14A93 (or 0xA14A93) is unknown color: approx Violet Blue. HEX triplet: A1, 4A and 93. RGB value is (161,74,147). Sum of RGB (Red+Green+Blue) = 161+74+147=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A93 is #5EB56C. Grayscale: #6C6C6C. Windows color (decimal): -6206829 or 9652897. OLE color: 9652897.

HSL color Cylindrical-coordinate representation of color #A14A93: hue angle of 309.66º 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 #A14A93 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16174147-
CMYK00.540.090.37
HSL309.66º37.02%46.08%-
HSV(B)309.66º54.04%63.14%-
XYZ22.4114.5829.24-
YUV108.34149.82165.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 74 (29.30% from 255) = 19.37%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=42.15%
G=19.37%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617414700.540.090.37309.6637.0246.08
HexA14A93036925136252e
Octal24111222306611454664556
Binary1010000110010101001001101101101001100101100110110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A93; }

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

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

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

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

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

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

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

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