#A22F8F

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

Shades of Medium Red Violet #A22F8F

Tints of Medium Red Violet #A22F8F

Color information

#A22F8F (or 0xA22F8F) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2F and 8F. RGB value is (162,47,143). Sum of RGB (Red+Green+Blue) = 162+47+143=352 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.02% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22F8F is #5DD070. Grayscale: #5C5C5C. Windows color (decimal): -6148209 or 9383842. OLE color: 9383842.

HSL color Cylindrical-coordinate representation of color #A22F8F: hue angle of 309.91º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A22F8F is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB16247143-
CMYK00.710.120.36
HSL309.91º55.02%40.98%-
HSV(B)309.91º70.99%63.53%-
XYZ20.8711.727.14-
YUV92.33156.6177.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.02%
GREEN value IS 47 (18.75% from 255) = 13.35%
BLUE value IS 143 (56.25% from 255) = 40.62%
R=46.02%
G=13.35%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624714300.710.120.36309.9155.0240.98
HexA22F8F047C241363729
Octal24257217010714444666751
Binary1010001010111110001111010001111100100100100110110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F8F; }

 p { color: rgb(162,47,143); }

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

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

 a { background-color: rgb(162,47,143); }

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

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

 span { border-color: rgb(162,47,143); }

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