#A2437F

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

Shades of Medium Red Violet #A2437F

Tints of Medium Red Violet #A2437F

Color information

#A2437F (or 0xA2437F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 43 and 7F. RGB value is (162,67,127). Sum of RGB (Red+Green+Blue) = 162+67+127=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2437F is #5DBC80. Grayscale: #666666. Windows color (decimal): -6143105 or 8340386. OLE color: 8340386.

HSL color Cylindrical-coordinate representation of color #A2437F: hue angle of 322.11º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2437F is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16267127-
CMYK00.590.220.36
HSL322.11º41.48%44.9%-
HSV(B)322.11º58.64%63.53%-
XYZ20.7413.2321.54-
YUV102.24141.97170.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 127 (50% from 255) = 35.67%
R=45.51%
G=18.82%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626712700.590.220.36322.1141.4844.9
HexA2437F03B1624142292d
Octal24210317707326445025155
Binary1010001010000111111111011101110110100100101000010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2437F; }

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

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

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

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

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

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

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

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