#A4377A

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

Shades of Medium Red Violet #A4377A

Tints of Medium Red Violet #A4377A

Color information

#A4377A (or 0xA4377A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 37 and 7A. RGB value is (164,55,122). Sum of RGB (Red+Green+Blue) = 164+55+122=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4377A is #5BC885. Grayscale: #5F5F5F. Windows color (decimal): -6015110 or 8009636. OLE color: 8009636.

HSL color Cylindrical-coordinate representation of color #A4377A: hue angle of 323.12º 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 #A4377A is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16455122-
CMYK00.660.260.36
HSL323.12º49.77%42.94%-
HSV(B)323.12º66.46%64.31%-
XYZ20.1912.0319.67-
YUV95.23143.11177.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 55 (21.88% from 255) = 16.13%
BLUE value IS 122 (48.05% from 255) = 35.78%
R=48.09%
G=16.13%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645512200.660.260.36323.1249.7742.94
HexA4377A0421A24143322b
Octal24467172010232445036253
Binary1010010011011111110100100001011010100100101000011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4377A; }

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

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

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

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

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

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

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

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