#A22C7A

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

Shades of Medium Red Violet #A22C7A

Tints of Medium Red Violet #A22C7A

Color information

#A22C7A (or 0xA22C7A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2C and 7A. RGB value is (162,44,122). Sum of RGB (Red+Green+Blue) = 162+44+122=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C7A is #5DD385. Grayscale: #575757. Windows color (decimal): -6148998 or 8006818. OLE color: 8006818.

HSL color Cylindrical-coordinate representation of color #A22C7A: hue angle of 320.34º degrees, saturation: 0.57, 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 #A22C7A is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16244122-
CMYK00.730.250.36
HSL320.34º57.28%40.39%-
HSV(B)320.34º72.84%63.53%-
XYZ19.3110.8919.5-
YUV88.17147.09180.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.39%
GREEN value IS 44 (17.58% from 255) = 13.41%
BLUE value IS 122 (48.05% from 255) = 37.20%
R=49.39%
G=13.41%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624412200.730.250.36320.3457.2840.39
HexA22C7A04919241403928
Octal24254172011131445007150
Binary1010001010110011110100100100111001100100101000000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C7A; }

 p { color: rgb(162,44,122); }

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

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

 a { background-color: rgb(162,44,122); }

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

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

 span { border-color: rgb(162,44,122); }

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