#A9327F

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

Shades of Medium Red Violet #A9327F

Tints of Medium Red Violet #A9327F

Color information

#A9327F (or 0xA9327F) is unknown color: approx Medium Red Violet. HEX triplet: A9, 32 and 7F. RGB value is (169,50,127). Sum of RGB (Red+Green+Blue) = 169+50+127=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9327F is #56CD80. Grayscale: #5E5E5E. Windows color (decimal): -5688705 or 8336041. OLE color: 8336041.

HSL color Cylindrical-coordinate representation of color #A9327F: hue angle of 321.18º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9327F is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16950127-
CMYK00.700.250.34
HSL321.18º54.34%42.94%-
HSV(B)321.18º70.41%66.27%-
XYZ21.3312.2521.32-
YUV94.36146.42181.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 127 (50% from 255) = 36.71%
R=48.84%
G=14.45%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695012700.700.250.34321.1854.3442.94
HexA9327F0461922141362b
Octal25162177010631425016653
Binary1010100111001011111110100011011001100010101000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9327F; }

 p { color: rgb(169,50,127); }

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

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

 a { background-color: rgb(169,50,127); }

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

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

 span { border-color: rgb(169,50,127); }

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