#A82AA4

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

Shades of Medium Red Violet #A82AA4

Tints of Medium Red Violet #A82AA4

Color information

#A82AA4 (or 0xA82AA4) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2A and A4. RGB value is (168,42,164). Sum of RGB (Red+Green+Blue) = 168+42+164=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A82AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82AA4 is #57D55B. Grayscale: #5D5D5D. Windows color (decimal): -5756252 or 10758824. OLE color: 10758824.

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

Color convert

RGB16842164-
CMYK00.750.020.34
HSL301.9º60%41.18%-
HSV(B)301.9º75%65.88%-
XYZ23.6812.6636.32-
YUV93.58167.74181.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.92%
GREEN value IS 42 (16.80% from 255) = 11.23%
BLUE value IS 164 (64.45% from 255) = 43.85%
R=44.92%
G=11.23%
B=43.85%

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
Decimal1684216400.750.020.34301.96041.18
HexA82AA404B22212e3c29
Octal2505224401132424567451
Binary10101000101010101001000100101110100010100101110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82AA4; }

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

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

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

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

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

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

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

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