#A82AA5

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

Shades of Medium Red Violet #A82AA5

Tints of Medium Red Violet #A82AA5

Color information

#A82AA5 (or 0xA82AA5) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2A and A5. RGB value is (168,42,165). Sum of RGB (Red+Green+Blue) = 168+42+165=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A82AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AA5 is #57D55A. Grayscale: #5D5D5D. Windows color (decimal): -5756251 or 10824360. OLE color: 10824360.

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

Color convert

RGB16842165-
CMYK00.750.020.34
HSL301.43º60%41.18%-
HSV(B)301.43º75%65.88%-
XYZ23.7712.736.8-
YUV93.7168.24181-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 42 (16.80% from 255) = 11.2%
BLUE value IS 165 (64.84% from 255) = 44%
R=44.8%
G=11.2%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684216500.750.020.34301.436041.18
HexA82AA504B22212d3c29
Octal2505224501132424557451
Binary10101000101010101001010100101110100010100101101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82AA5; }

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

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

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

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

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

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

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

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