#A2337A

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

Shades of Medium Red Violet #A2337A

Tints of Medium Red Violet #A2337A

Color information

#A2337A (or 0xA2337A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 33 and 7A. RGB value is (162,51,122). Sum of RGB (Red+Green+Blue) = 162+51+122=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A2337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2337A is #5DCC85. Grayscale: #5C5C5C. Windows color (decimal): -6147206 or 8008610. OLE color: 8008610.

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

Color convert

RGB16251122-
CMYK00.690.250.36
HSL321.62º52.11%41.76%-
HSV(B)321.62º68.52%63.53%-
XYZ19.611.4519.59-
YUV92.28144.77177.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=48.36%
G=15.22%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625112200.690.250.36321.6252.1141.76
HexA2337A0451924142342a
Octal24263172010531445026452
Binary1010001011001111110100100010111001100100101000010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2337A; }

 p { color: rgb(162,51,122); }

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

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

 a { background-color: rgb(162,51,122); }

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

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

 span { border-color: rgb(162,51,122); }

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