#A81D89

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

Shades of Medium Red Violet #A81D89

Tints of Medium Red Violet #A81D89

Color information

#A81D89 (or 0xA81D89) is unknown color: approx Medium Red Violet. HEX triplet: A8, 1D and 89. RGB value is (168,29,137). Sum of RGB (Red+Green+Blue) = 168+29+137=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A81D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81D89 is #57E276. Grayscale: #525252. Windows color (decimal): -5759607 or 8986024. OLE color: 8986024.

HSL color Cylindrical-coordinate representation of color #A81D89: hue angle of 313.38º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81D89 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB16829137-
CMYK00.830.180.34
HSL313.38º70.56%38.63%-
HSV(B)313.38º82.74%65.88%-
XYZ21.111.0124.68-
YUV82.87158.55188.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.30%
GREEN value IS 29 (11.72% from 255) = 8.68%
BLUE value IS 137 (53.91% from 255) = 41.02%
R=50.30%
G=8.68%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682913700.830.180.34313.3870.5638.63
HexA81D8905312221394727
Octal250352110123224247110747
Binary10101000111011000100101010011100101000101001110011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81D89; }

 p { color: rgb(168,29,137); }

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

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

 a { background-color: rgb(168,29,137); }

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

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

 span { border-color: rgb(168,29,137); }

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