#A5377D

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

Shades of Medium Red Violet #A5377D

Tints of Medium Red Violet #A5377D

Color information

#A5377D (or 0xA5377D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 37 and 7D. RGB value is (165,55,125). Sum of RGB (Red+Green+Blue) = 165+55+125=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5377D is #5AC882. Grayscale: #5F5F5F. Windows color (decimal): -5949571 or 8206245. OLE color: 8206245.

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

Color convert

RGB16555125-
CMYK00.670.240.35
HSL321.82º50%43.14%-
HSV(B)321.82º66.67%64.71%-
XYZ20.5812.2120.67-
YUV95.87144.44177.31-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.83%
GREEN value IS 55 (21.88% from 255) = 15.94%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=47.83%
G=15.94%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655512500.670.240.35321.825043.14
HexA5377D0431823142322b
Octal24567175010330435026253
Binary1010010111011111111010100001111000100011101000010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5377D; }

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

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

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

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

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

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

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

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