#AA4182

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

Shades of Medium Red Violet #AA4182

Tints of Medium Red Violet #AA4182

Color information

#AA4182 (or 0xAA4182) is unknown color: approx Medium Red Violet. HEX triplet: AA, 41 and 82. RGB value is (170,65,130). Sum of RGB (Red+Green+Blue) = 170+65+130=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4182 is #55BE7D. Grayscale: #676767. Windows color (decimal): -5619326 or 8536490. OLE color: 8536490.

HSL color Cylindrical-coordinate representation of color #AA4182: hue angle of 322.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4182 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17065130-
CMYK00.620.240.33
HSL322.86º44.68%46.08%-
HSV(B)322.86º61.76%66.67%-
XYZ22.513.9422.62-
YUV103.8142.79175.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=46.58%
G=17.81%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706513000.620.240.33322.8644.6846.08
HexAA418203E18211432d2e
Octal25210120207630415035556
Binary10101010100000110000010011111011000100001101000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4182; }

 p { color: rgb(170,65,130); }

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

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

 a { background-color: rgb(170,65,130); }

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

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

 span { border-color: rgb(170,65,130); }

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