#A4377B

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

Shades of Medium Red Violet #A4377B

Tints of Medium Red Violet #A4377B

Color information

#A4377B (or 0xA4377B) is unknown color: approx Medium Red Violet. HEX triplet: A4, 37 and 7B. RGB value is (164,55,123). Sum of RGB (Red+Green+Blue) = 164+55+123=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4377B is #5BC884. Grayscale: #5F5F5F. Windows color (decimal): -6015109 or 8075172. OLE color: 8075172.

HSL color Cylindrical-coordinate representation of color #A4377B: hue angle of 322.57º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4377B is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16455123-
CMYK00.660.250.36
HSL322.57º49.77%42.94%-
HSV(B)322.57º66.46%64.31%-
XYZ20.2512.0520-
YUV95.34143.61176.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=47.95%
G=16.08%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645512300.660.250.36322.5749.7742.94
HexA4377B0421924143322b
Octal24467173010231445036253
Binary1010010011011111110110100001011001100100101000011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4377B; }

 p { color: rgb(164,55,123); }

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

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

 a { background-color: rgb(164,55,123); }

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

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

 span { border-color: rgb(164,55,123); }

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