#a22c7b

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

Shades of Medium Red Violet #A22C7B

Tints of Medium Red Violet #A22C7B

Color information

#A22C7B (or 0xA22C7B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2C and 7B. RGB value is (162,44,123). Sum of RGB (Red+Green+Blue) = 162+44+123=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22C7B is #5DD384. Grayscale: #585858. Windows color (decimal): -6148997 or 8072354. OLE color: 8072354.

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

Color convert

RGB16244123-
CMYK00.730.240.36
HSL319.83º57.28%40.39%-
HSV(B)319.83º72.84%63.53%-
XYZ19.3810.9119.82-
YUV88.29147.59180.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 44 (17.58% from 255) = 13.37%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=49.24%
G=13.37%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624412300.730.240.36319.8357.2840.39
HexA22C7B04918241403928
Octal24254173011130445007150
Binary1010001010110011110110100100111000100100101000000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22c7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22c7b; }

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

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

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

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

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

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

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

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