#A9217D

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

Shades of Medium Red Violet #A9217D

Tints of Medium Red Violet #A9217D

Color information

#A9217D (or 0xA9217D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 21 and 7D. RGB value is (169,33,125). Sum of RGB (Red+Green+Blue) = 169+33+125=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A9217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9217D is #56DE82. Grayscale: #535353. Windows color (decimal): -5693059 or 8200617. OLE color: 8200617.

HSL color Cylindrical-coordinate representation of color #A9217D: hue angle of 319.41º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9217D is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16933125-
CMYK00.800.260.34
HSL319.41º67.33%39.61%-
HSV(B)319.41º80.47%66.27%-
XYZ20.611120.44-
YUV84.15151.06188.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=51.68%
G=10.09%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693312500.800.260.34319.4167.3339.61
HexA9217D0501A2213f4328
Octal251411750120324247710350
Binary10101001100001111110101010000110101000101001111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9217D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9217D; }

 p { color: rgb(169,33,125); }

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

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

 a { background-color: rgb(169,33,125); }

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

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

 span { border-color: rgb(169,33,125); }

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