#A22E76

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

Shades of Medium Red Violet #A22E76

Tints of Medium Red Violet #A22E76

Color information

#A22E76 (or 0xA22E76) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2E and 76. RGB value is (162,46,118). Sum of RGB (Red+Green+Blue) = 162+46+118=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22E76 is #5DD189. Grayscale: #585858. Windows color (decimal): -6148490 or 7745186. OLE color: 7745186.

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

Color convert

RGB16246118-
CMYK00.720.270.36
HSL322.76º55.77%40.78%-
HSV(B)322.76º71.6%63.53%-
XYZ19.1510.9418.24-
YUV88.89144.43180.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=49.69%
G=14.11%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624611800.720.270.36322.7655.7740.78
HexA22E760481B241433829
Octal24256166011033445037051
Binary1010001010111011101100100100011011100100101000011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E76; }

 p { color: rgb(162,46,118); }

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

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

 a { background-color: rgb(162,46,118); }

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

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

 span { border-color: rgb(162,46,118); }

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