#A22B72

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

Shades of Medium Red Violet #A22B72

Tints of Medium Red Violet #A22B72

Color information

#A22B72 (or 0xA22B72) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2B and 72. RGB value is (162,43,114). Sum of RGB (Red+Green+Blue) = 162+43+114=319 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.78% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 162 - color contains mainly: red. Hex color #A22B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22B72 is #5DD48D. Grayscale: #565656. Windows color (decimal): -6149262 or 7482274. OLE color: 7482274.

HSL color Cylindrical-coordinate representation of color #A22B72: hue angle of 324.2º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22B72 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16243114-
CMYK00.730.300.36
HSL324.2º58.05%40.2%-
HSV(B)324.2º73.46%63.53%-
XYZ18.810.6216.98-
YUV86.68143.42181.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.78%
GREEN value IS 43 (17.19% from 255) = 13.48%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=50.78%
G=13.48%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624311400.730.300.36324.258.0540.2
HexA22B720491E241443a28
Octal24253162011136445047250
Binary1010001010101111100100100100111110100100101000100111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22B72; }

 p { color: rgb(162,43,114); }

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

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

 a { background-color: rgb(162,43,114); }

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

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

 span { border-color: rgb(162,43,114); }

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