#A2357E

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

Shades of Medium Red Violet #A2357E

Tints of Medium Red Violet #A2357E

Color information

#A2357E (or 0xA2357E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 35 and 7E. RGB value is (162,53,126). Sum of RGB (Red+Green+Blue) = 162+53+126=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A2357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2357E is #5DCA81. Grayscale: #5D5D5D. Windows color (decimal): -6146690 or 8271266. OLE color: 8271266.

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

Color convert

RGB16253126-
CMYK00.670.220.36
HSL319.82º50.7%42.16%-
HSV(B)319.82º67.28%63.53%-
XYZ19.9411.7320.95-
YUV93.91146.11176.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 53 (21.09% from 255) = 15.54%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=47.51%
G=15.54%
B=36.95%

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
Decimal1625312600.670.220.36319.8250.742.16
HexA2357E0431624140332a
Octal24265176010326445006352
Binary1010001011010111111100100001110110100100101000000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2357E; }

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

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

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

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

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

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

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

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