#A5437F

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

Shades of Medium Red Violet #A5437F

Tints of Medium Red Violet #A5437F

Color information

#A5437F (or 0xA5437F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 43 and 7F. RGB value is (165,67,127). Sum of RGB (Red+Green+Blue) = 165+67+127=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5437F is #5ABC80. Grayscale: #676767. Windows color (decimal): -5946497 or 8340389. OLE color: 8340389.

HSL color Cylindrical-coordinate representation of color #A5437F: hue angle of 323.27º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5437F is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16567127-
CMYK00.590.230.35
HSL323.27º42.24%45.49%-
HSV(B)323.27º59.39%64.71%-
XYZ21.3513.5521.57-
YUV103.14141.47172.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 67 (26.56% from 255) = 18.66%
BLUE value IS 127 (50% from 255) = 35.38%
R=45.96%
G=18.66%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656712700.590.230.35323.2742.2445.49
HexA5437F03B17231432a2d
Octal24510317707327435035255
Binary1010010110000111111111011101110111100011101000011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5437F; }

 p { color: rgb(165,67,127); }

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

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

 a { background-color: rgb(165,67,127); }

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

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

 span { border-color: rgb(165,67,127); }

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