#A9327E

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

Shades of Medium Red Violet #A9327E

Tints of Medium Red Violet #A9327E

Color information

#A9327E (or 0xA9327E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 32 and 7E. RGB value is (169,50,126). Sum of RGB (Red+Green+Blue) = 169+50+126=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9327E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9327E is #56CD81. Grayscale: #5E5E5E. Windows color (decimal): -5688706 or 8270505. OLE color: 8270505.

HSL color Cylindrical-coordinate representation of color #A9327E: hue angle of 321.68º 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 #A9327E is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16950126-
CMYK00.700.250.34
HSL321.68º54.34%42.94%-
HSV(B)321.68º70.41%66.27%-
XYZ21.2712.2220.98-
YUV94.24145.92181.32-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=48.99%
G=14.49%
B=36.52%

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
Decimal1695012600.700.250.34321.6854.3442.94
HexA9327E0461922142362b
Octal25162176010631425026653
Binary1010100111001011111100100011011001100010101000010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9327E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9327E; }

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

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

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

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

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

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

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

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