#A22E7E

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

Shades of Medium Red Violet #A22E7E

Tints of Medium Red Violet #A22E7E

Color information

#A22E7E (or 0xA22E7E) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2E and 7E. RGB value is (162,46,126). Sum of RGB (Red+Green+Blue) = 162+46+126=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22E7E is #5DD181. Grayscale: #595959. Windows color (decimal): -6148482 or 8269474. OLE color: 8269474.

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

Color convert

RGB16246126-
CMYK00.720.220.36
HSL318.62º55.77%40.78%-
HSV(B)318.62º71.6%63.53%-
XYZ19.6411.1420.85-
YUV89.8148.43179.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 46 (18.36% from 255) = 13.77%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=48.50%
G=13.77%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624612600.720.220.36318.6255.7740.78
HexA22E7E048162413f3829
Octal24256176011026444777051
Binary1010001010111011111100100100010110100100100111111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E7E; }

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

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

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

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

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

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

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

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