#A9377C

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

Shades of Medium Red Violet #A9377C

Tints of Medium Red Violet #A9377C

Color information

#A9377C (or 0xA9377C) is unknown color: approx Medium Red Violet. HEX triplet: A9, 37 and 7C. RGB value is (169,55,124). Sum of RGB (Red+Green+Blue) = 169+55+124=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9377C is #56C883. Grayscale: #606060. Windows color (decimal): -5687428 or 8140713. OLE color: 8140713.

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

Color convert

RGB16955124-
CMYK00.670.270.34
HSL323.68º50.89%43.92%-
HSV(B)323.68º67.46%66.27%-
XYZ21.3712.6220.38-
YUV96.95143.27179.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 55 (21.88% from 255) = 15.80%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=48.56%
G=15.80%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695512400.670.270.34323.6850.8943.92
HexA9377C0431B22144332c
Octal25167174010333425046354
Binary1010100111011111111000100001111011100010101000100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9377C; }

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

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

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

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

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

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

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

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