#A9377A

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

Shades of Medium Red Violet #A9377A

Tints of Medium Red Violet #A9377A

Color information

#A9377A (or 0xA9377A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 37 and 7A. RGB value is (169,55,122). Sum of RGB (Red+Green+Blue) = 169+55+122=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9377A is #56C885. Grayscale: #606060. Windows color (decimal): -5687430 or 8009641. OLE color: 8009641.

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

Color convert

RGB16955122-
CMYK00.670.280.34
HSL324.74º50.89%43.92%-
HSV(B)324.74º67.46%66.27%-
XYZ21.2412.5719.72-
YUV96.72142.27179.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=48.84%
G=15.90%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695512200.670.280.34324.7450.8943.92
HexA9377A0431C22145332c
Octal25167172010334425056354
Binary1010100111011111110100100001111100100010101000101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9377A; }

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

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

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

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

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

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

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

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