#A2357F

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

Shades of Medium Red Violet #A2357F

Tints of Medium Red Violet #A2357F

Color information

#A2357F (or 0xA2357F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 35 and 7F. RGB value is (162,53,127). Sum of RGB (Red+Green+Blue) = 162+53+127=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2357F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2357F is #5DCA80. Grayscale: #5D5D5D. Windows color (decimal): -6146689 or 8336802. OLE color: 8336802.

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

Color convert

RGB16253127-
CMYK00.670.220.36
HSL319.27º50.7%42.16%-
HSV(B)319.27º67.28%63.53%-
XYZ2011.7621.29-
YUV94.03146.61176.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 127 (50% from 255) = 37.13%
R=47.37%
G=15.50%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625312700.670.220.36319.2750.742.16
HexA2357F043162413f332a
Octal24265177010326444776352
Binary1010001011010111111110100001110110100100100111111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2357F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2357F; }

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

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

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

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

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

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

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

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