#A22772

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

Shades of Medium Red Violet #A22772

Tints of Medium Red Violet #A22772

Color information

#A22772 (or 0xA22772) is unknown color: approx Medium Red Violet. HEX triplet: A2, 27 and 72. RGB value is (162,39,114). Sum of RGB (Red+Green+Blue) = 162+39+114=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A22772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22772 is #5DD88D. Grayscale: #545454. Windows color (decimal): -6150286 or 7481250. OLE color: 7481250.

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

Color convert

RGB16239114-
CMYK00.760.300.36
HSL323.41º61.19%39.41%-
HSV(B)323.41º75.93%63.53%-
XYZ18.6610.3516.93-
YUV84.33144.75183.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=51.43%
G=12.38%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623911400.760.300.36323.4161.1939.41
HexA2277204C1E241433d27
Octal24247162011436445037547
Binary1010001010011111100100100110011110100100101000011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22772; }

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

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

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

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

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

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

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

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