#A82F79

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

Shades of Medium Red Violet #A82F79

Tints of Medium Red Violet #A82F79

Color information

#A82F79 (or 0xA82F79) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2F and 79. RGB value is (168,47,121). Sum of RGB (Red+Green+Blue) = 168+47+121=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A82F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82F79 is #57D086. Grayscale: #5B5B5B. Windows color (decimal): -5755015 or 7942056. OLE color: 7942056.

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

Color convert

RGB16847121-
CMYK00.720.280.34
HSL323.31º56.28%42.16%-
HSV(B)323.31º72.02%65.88%-
XYZ20.6211.7419.27-
YUV91.62144.59182.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 47 (18.75% from 255) = 13.99%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=50%
G=13.99%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684712100.720.280.34323.3156.2842.16
HexA82F790481C22143382a
Octal25057171011034425037052
Binary1010100010111111110010100100011100100010101000011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82F79; }

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

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

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

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

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

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

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

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