#A14B89

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

Shades of Medium Red Violet #A14B89

Tints of Medium Red Violet #A14B89

Color information

#A14B89 (or 0xA14B89) is unknown color: approx Medium Red Violet. HEX triplet: A1, 4B and 89. RGB value is (161,75,137). Sum of RGB (Red+Green+Blue) = 161+75+137=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B89 is #5EB476. Grayscale: #6B6B6B. Windows color (decimal): -6206583 or 8997793. OLE color: 8997793.

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

Color convert

RGB16175137-
CMYK00.530.150.37
HSL316.74º36.44%46.27%-
HSV(B)316.74º53.42%63.14%-
XYZ21.7314.4225.3-
YUV107.78144.49165.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 137 (53.91% from 255) = 36.73%
R=43.16%
G=20.11%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617513700.530.150.37316.7436.4446.27
HexA14B89035F2513d242e
Octal24111321106517454754456
Binary1010000110010111000100101101011111100101100111101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B89; }

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

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

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

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

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

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

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

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