#A9377F

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

Shades of Medium Red Violet #A9377F

Tints of Medium Red Violet #A9377F

Color information

#A9377F (or 0xA9377F) is unknown color: approx Medium Red Violet. HEX triplet: A9, 37 and 7F. RGB value is (169,55,127). Sum of RGB (Red+Green+Blue) = 169+55+127=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A9377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9377F is #56C880. Grayscale: #616161. Windows color (decimal): -5687425 or 8337321. OLE color: 8337321.

HSL color Cylindrical-coordinate representation of color #A9377F: hue angle of 322.11º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A9377F is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16955127-
CMYK00.670.250.34
HSL322.11º50.89%43.92%-
HSV(B)322.11º67.46%66.27%-
XYZ21.5612.721.39-
YUV97.29144.77179.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 127 (50% from 255) = 36.18%
R=48.15%
G=15.67%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695512700.670.250.34322.1150.8943.92
HexA9377F0431922142332c
Octal25167177010331425026354
Binary1010100111011111111110100001111001100010101000010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9377F; }

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

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

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

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

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

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

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

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