#A82D95

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

Shades of Medium Red Violet #A82D95

Tints of Medium Red Violet #A82D95

Color information

#A82D95 (or 0xA82D95) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2D and 95. RGB value is (168,45,149). Sum of RGB (Red+Green+Blue) = 168+45+149=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82D95 is #57D26A. Grayscale: #5D5D5D. Windows color (decimal): -5755499 or 9776552. OLE color: 9776552.

HSL color Cylindrical-coordinate representation of color #A82D95: hue angle of 309.27º 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 #A82D95 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB16845149-
CMYK00.730.110.34
HSL309.27º57.75%41.76%-
HSV(B)309.27º73.21%65.88%-
XYZ22.5112.3729.64-
YUV93.63159.25181.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 45 (17.97% from 255) = 12.43%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=46.41%
G=12.43%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684514900.730.110.34309.2757.7541.76
HexA82D95049B221353a2a
Octal25055225011113424657252
Binary1010100010110110010101010010011011100010100110101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82D95; }

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

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

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

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

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

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

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

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