#A82AA1

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

Shades of Medium Red Violet #A82AA1

Tints of Medium Red Violet #A82AA1

Color information

#A82AA1 (or 0xA82AA1) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2A and A1. RGB value is (168,42,161). Sum of RGB (Red+Green+Blue) = 168+42+161=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 161 (63.28% from 255 or 43.40% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A82AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AA1 is #57D55E. Grayscale: #5C5C5C. Windows color (decimal): -5756255 or 10562216. OLE color: 10562216.

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

Color convert

RGB16842161-
CMYK00.750.040.34
HSL303.33º60%41.18%-
HSV(B)303.33º75%65.88%-
XYZ23.4112.5534.91-
YUV93.24166.24181.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.28%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 161 (63.28% from 255) = 43.40%
R=45.28%
G=11.32%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684216100.750.040.34303.336041.18
HexA82AA104B42212f3c29
Octal2505224101134424577451
Binary101010001010101010000101001011100100010100101111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82AA1; }

 p { color: rgb(168,42,161); }

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

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

 a { background-color: rgb(168,42,161); }

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

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

 span { border-color: rgb(168,42,161); }

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