#A82E97

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

Shades of Medium Red Violet #A82E97

Tints of Medium Red Violet #A82E97

Color information

#A82E97 (or 0xA82E97) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2E and 97. RGB value is (168,46,151). Sum of RGB (Red+Green+Blue) = 168+46+151=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 151 (59.38% from 255 or 41.37% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82E97 is #57D168. Grayscale: #5E5E5E. Windows color (decimal): -5755241 or 9907880. OLE color: 9907880.

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

Color convert

RGB16846151-
CMYK00.730.100.34
HSL308.36º57.01%41.96%-
HSV(B)308.36º72.62%65.88%-
XYZ22.7112.5130.5-
YUV94.45159.92180.46-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 151 (59.38% from 255) = 41.37%
R=46.03%
G=12.60%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684615100.730.100.34308.3657.0141.96
HexA82E97049A22134392a
Octal25056227011112424647152
Binary1010100010111010010111010010011010100010100110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82E97; }

 p { color: rgb(168,46,151); }

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

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

 a { background-color: rgb(168,46,151); }

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

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

 span { border-color: rgb(168,46,151); }

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