#A22A82

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

Shades of Medium Red Violet #A22A82

Tints of Medium Red Violet #A22A82

Color information

#A22A82 (or 0xA22A82) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2A and 82. RGB value is (162,42,130). Sum of RGB (Red+Green+Blue) = 162+42+130=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22A82 is #5DD57D. Grayscale: #575757. Windows color (decimal): -6149502 or 8530594. OLE color: 8530594.

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

Color convert

RGB16242130-
CMYK00.740.200.36
HSL316º58.82%40%-
HSV(B)316º74.07%63.53%-
XYZ19.7610.9522.19-
YUV87.91151.76180.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 42 (16.80% from 255) = 12.57%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=48.50%
G=12.57%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624213000.740.200.3631658.8240
HexA22A8204A142413c3b28
Octal24252202011224444747350
Binary10100010101010100000100100101010100100100100111100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A82; }

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

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

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

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

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

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

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

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