#A22F78

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

Shades of Medium Red Violet #A22F78

Tints of Medium Red Violet #A22F78

Color information

#A22F78 (or 0xA22F78) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2F and 78. RGB value is (162,47,120). Sum of RGB (Red+Green+Blue) = 162+47+120=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22F78 is #5DD087. Grayscale: #595959. Windows color (decimal): -6148232 or 7876514. OLE color: 7876514.

HSL color Cylindrical-coordinate representation of color #A22F78: hue angle of 321.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 #A22F78 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16247120-
CMYK00.710.260.36
HSL321.91º55.02%40.98%-
HSV(B)321.91º70.99%63.53%-
XYZ19.3111.0718.89-
YUV89.71145.1179.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 47 (18.75% from 255) = 14.29%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=49.24%
G=14.29%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624712000.710.260.36321.9155.0240.98
HexA22F780471A241423729
Octal24257170010732445026751
Binary1010001010111111110000100011111010100100101000010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22F78; }

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

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

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

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

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

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

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

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