#A22E7D

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

Shades of Medium Red Violet #A22E7D

Tints of Medium Red Violet #A22E7D

Color information

#A22E7D (or 0xA22E7D) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2E and 7D. RGB value is (162,46,125). Sum of RGB (Red+Green+Blue) = 162+46+125=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22E7D is #5DD182. Grayscale: #595959. Windows color (decimal): -6148483 or 8203938. OLE color: 8203938.

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

Color convert

RGB16246125-
CMYK00.720.230.36
HSL319.14º55.77%40.78%-
HSV(B)319.14º71.6%63.53%-
XYZ19.5811.1220.52-
YUV89.69147.93179.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 46 (18.36% from 255) = 13.81%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=48.65%
G=13.81%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624612500.720.230.36319.1455.7740.78
HexA22E7D048172413f3829
Octal24256175011027444777051
Binary1010001010111011111010100100010111100100100111111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22E7D; }

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

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

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

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

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

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

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

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