#A22A7B

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

Shades of Medium Red Violet #A22A7B

Tints of Medium Red Violet #A22A7B

Color information

#A22A7B (or 0xA22A7B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2A and 7B. RGB value is (162,42,123). Sum of RGB (Red+Green+Blue) = 162+42+123=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22A7B is #5DD584. Grayscale: #565656. Windows color (decimal): -6149509 or 8071842. OLE color: 8071842.

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

Color convert

RGB16242123-
CMYK00.740.240.36
HSL319.5º58.82%40%-
HSV(B)319.5º74.07%63.53%-
XYZ19.310.7719.8-
YUV87.11148.26181.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 42 (16.80% from 255) = 12.84%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=49.54%
G=12.84%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624212300.740.240.36319.558.8240
HexA22A7B04A18241403b28
Octal24252173011230445007350
Binary1010001010101011110110100101011000100100101000000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A7B; }

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

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

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

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

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

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

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

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