#A91E7D

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

Shades of Medium Red Violet #A91E7D

Tints of Medium Red Violet #A91E7D

Color information

#A91E7D (or 0xA91E7D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 1E and 7D. RGB value is (169,30,125). Sum of RGB (Red+Green+Blue) = 169+30+125=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E7D is #56E182. Grayscale: #525252. Windows color (decimal): -5693827 or 8199849. OLE color: 8199849.

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

Color convert

RGB16930125-
CMYK00.820.260.34
HSL318.99º69.85%39.02%-
HSV(B)318.99º82.25%66.27%-
XYZ20.5310.8420.41-
YUV82.39152.05189.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.16%
GREEN value IS 30 (12.11% from 255) = 9.26%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=52.16%
G=9.26%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693012500.820.260.34318.9969.8539.02
HexA91E7D0521A2213f4627
Octal251361750122324247710647
Binary1010100111110111110101010010110101000101001111111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A91E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A91E7D; }

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

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

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

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

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

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

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

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