#A82D8C

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

Shades of Medium Red Violet #A82D8C

Tints of Medium Red Violet #A82D8C

Color information

#A82D8C (or 0xA82D8C) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2D and 8C. RGB value is (168,45,140). Sum of RGB (Red+Green+Blue) = 168+45+140=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82D8C is #57D273. Grayscale: #5C5C5C. Windows color (decimal): -5755508 or 9186728. OLE color: 9186728.

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

Color convert

RGB16845140-
CMYK00.730.170.34
HSL313.66º57.75%41.76%-
HSV(B)313.66º73.21%65.88%-
XYZ21.8212.126-
YUV92.61154.75181.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 45 (17.97% from 255) = 12.75%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=47.59%
G=12.75%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684514000.730.170.34313.6657.7541.76
HexA82D8C049112213a3a2a
Octal25055214011121424727252
Binary10101000101101100011000100100110001100010100111010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82D8C; }

 p { color: rgb(168,45,140); }

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

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

 a { background-color: rgb(168,45,140); }

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

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

 span { border-color: rgb(168,45,140); }

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