#a22c8a

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

Shades of Medium Red Violet #A22C8A

Tints of Medium Red Violet #A22C8A

Color information

#A22C8A (or 0xA22C8A) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2C and 8A. RGB value is (162,44,138). Sum of RGB (Red+Green+Blue) = 162+44+138=344 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.09% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22C8A is #5DD375. Grayscale: #595959. Windows color (decimal): -6148982 or 9055394. OLE color: 9055394.

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

Color convert

RGB16244138-
CMYK00.730.150.36
HSL312.2º57.28%40.39%-
HSV(B)312.2º72.84%63.53%-
XYZ20.3911.3225.15-
YUV90155.09179.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.09%
GREEN value IS 44 (17.58% from 255) = 12.79%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=47.09%
G=12.79%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624413800.730.150.36312.257.2840.39
HexA22C8A049F241383928
Octal24254212011117444707150
Binary1010001010110010001010010010011111100100100111000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a22c8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a22c8a; }

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

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

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

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

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

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

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

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