#A2358E

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

Shades of Medium Red Violet #A2358E

Tints of Medium Red Violet #A2358E

Color information

#A2358E (or 0xA2358E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 35 and 8E. RGB value is (162,53,142). Sum of RGB (Red+Green+Blue) = 162+53+142=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2358E is #5DCA71. Grayscale: #5F5F5F. Windows color (decimal): -6146674 or 9319842. OLE color: 9319842.

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

Color convert

RGB16253142-
CMYK00.670.120.36
HSL311.01º50.7%42.16%-
HSV(B)311.01º67.28%63.53%-
XYZ21.0612.1826.83-
YUV95.74154.11175.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=45.38%
G=14.85%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625314200.670.120.36311.0150.742.16
HexA2358E043C24137332a
Octal24265216010314444676352
Binary1010001011010110001110010000111100100100100110111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2358E; }

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

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

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

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

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

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

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

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