#a14a96

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

Shades of Violet Blue #A14A96

Tints of Violet Blue #A14A96

Color information

#A14A96 (or 0xA14A96) is unknown color: approx Violet Blue. HEX triplet: A1, 4A and 96. RGB value is (161,74,150). Sum of RGB (Red+Green+Blue) = 161+74+150=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A96 is #5EB569. Grayscale: #6C6C6C. Windows color (decimal): -6206826 or 9849505. OLE color: 9849505.

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

Color convert

RGB16174150-
CMYK00.540.070.37
HSL307.59º37.02%46.08%-
HSV(B)307.59º54.04%63.14%-
XYZ22.6514.6830.49-
YUV108.68151.32165.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=41.82%
G=19.22%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617415000.540.070.37307.5937.0246.08
HexA14A96036725134252e
Octal2411122260667454644556
Binary101000011001010100101100110110111100101100110100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14a96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14a96; }

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

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

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

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

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

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

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

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