#A82979

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

Shades of Medium Red Violet #A82979

Tints of Medium Red Violet #A82979

Color information

#A82979 (or 0xA82979) is unknown color: approx Medium Red Violet. HEX triplet: A8, 29 and 79. RGB value is (168,41,121). Sum of RGB (Red+Green+Blue) = 168+41+121=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A82979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82979 is #57D686. Grayscale: #575757. Windows color (decimal): -5756551 or 7940520. OLE color: 7940520.

HSL color Cylindrical-coordinate representation of color #A82979: hue angle of 322.2º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82979 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16841121-
CMYK00.760.280.34
HSL322.2º60.77%40.98%-
HSV(B)322.2º75.6%65.88%-
XYZ20.3911.2919.19-
YUV88.09146.58185-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 41 (16.41% from 255) = 12.42%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=50.91%
G=12.42%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684112100.760.280.34322.260.7740.98
HexA8297904C1C221423d29
Octal25051171011434425027551
Binary1010100010100111110010100110011100100010101000010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82979; }

 p { color: rgb(168,41,121); }

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

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

 a { background-color: rgb(168,41,121); }

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

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

 span { border-color: rgb(168,41,121); }

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