#AA3382

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

Shades of Medium Red Violet #AA3382

Tints of Medium Red Violet #AA3382

Color information

#AA3382 (or 0xAA3382) is unknown color: approx Medium Red Violet. HEX triplet: AA, 33 and 82. RGB value is (170,51,130). Sum of RGB (Red+Green+Blue) = 170+51+130=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3382 is #55CC7D. Grayscale: #5F5F5F. Windows color (decimal): -5622910 or 8532906. OLE color: 8532906.

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

Color convert

RGB17051130-
CMYK00.70.240.33
HSL320.17º53.85%43.33%-
HSV(B)320.17º70%66.67%-
XYZ21.7912.5322.39-
YUV95.59147.42181.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=48.43%
G=14.53%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705113000.70.240.33320.1753.8543.33
HexAA33820461821140362b
Octal25263202010630415006653
Binary10101010110011100000100100011011000100001101000000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3382; }

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

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

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

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

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

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

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

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