#A14489

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

Shades of Medium Red Violet #A14489

Tints of Medium Red Violet #A14489

Color information

#A14489 (or 0xA14489) is unknown color: approx Medium Red Violet. HEX triplet: A1, 44 and 89. RGB value is (161,68,137). Sum of RGB (Red+Green+Blue) = 161+68+137=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A14489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14489 is #5EBB76. Grayscale: #676767. Windows color (decimal): -6208375 or 8996001. OLE color: 8996001.

HSL color Cylindrical-coordinate representation of color #A14489: hue angle of 315.48º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14489 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16168137-
CMYK00.580.150.37
HSL315.48º40.61%44.9%-
HSV(B)315.48º57.76%63.14%-
XYZ21.2813.5225.15-
YUV103.67146.81168.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=43.99%
G=18.58%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616813700.580.150.37315.4840.6144.9
HexA1448903AF2513b292d
Octal24110421107217454735155
Binary1010000110001001000100101110101111100101100111011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14489; }

 p { color: rgb(161,68,137); }

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

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

 a { background-color: rgb(161,68,137); }

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

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

 span { border-color: rgb(161,68,137); }

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