#A5377A

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

Shades of Medium Red Violet #A5377A

Tints of Medium Red Violet #A5377A

Color information

#A5377A (or 0xA5377A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 37 and 7A. RGB value is (165,55,122). Sum of RGB (Red+Green+Blue) = 165+55+122=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5377A is #5AC885. Grayscale: #5F5F5F. Windows color (decimal): -5949574 or 8009637. OLE color: 8009637.

HSL color Cylindrical-coordinate representation of color #A5377A: hue angle of 323.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5377A is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16555122-
CMYK00.670.260.35
HSL323.45º50%43.14%-
HSV(B)323.45º66.67%64.71%-
XYZ20.412.1419.68-
YUV95.53142.94177.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.25%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 122 (48.05% from 255) = 35.67%
R=48.25%
G=16.08%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655512200.670.260.35323.455043.14
HexA5377A0431A23143322b
Octal24567172010332435036253
Binary1010010111011111110100100001111010100011101000011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5377A; }

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

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

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

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

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

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

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

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