#A14A84

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

Shades of Medium Red Violet #A14A84

Tints of Medium Red Violet #A14A84

Color information

#A14A84 (or 0xA14A84) is unknown color: approx Medium Red Violet. HEX triplet: A1, 4A and 84. RGB value is (161,74,132). Sum of RGB (Red+Green+Blue) = 161+74+132=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A84 is #5EB57B. Grayscale: #6A6A6A. Windows color (decimal): -6206844 or 8669857. OLE color: 8669857.

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

Color convert

RGB16174132-
CMYK00.540.180.37
HSL320º37.02%46.08%-
HSV(B)320º54.04%63.14%-
XYZ21.3114.1423.44-
YUV106.62142.32166.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 74 (29.30% from 255) = 20.16%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=43.87%
G=20.16%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617413200.540.180.3732037.0246.08
HexA14A840361225140252e
Octal24111220406622455004556
Binary10100001100101010000100011011010010100101101000000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A84; }

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

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

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

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

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

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

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

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