#AA3984

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

Shades of Medium Red Violet #AA3984

Tints of Medium Red Violet #AA3984

Color information

#AA3984 (or 0xAA3984) is unknown color: approx Medium Red Violet. HEX triplet: AA, 39 and 84. RGB value is (170,57,132). Sum of RGB (Red+Green+Blue) = 170+57+132=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3984 is #55C67B. Grayscale: #636363. Windows color (decimal): -5621372 or 8665514. OLE color: 8665514.

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

Color convert

RGB17057132-
CMYK00.660.220.33
HSL320.18º49.78%44.51%-
HSV(B)320.18º66.47%66.67%-
XYZ22.2113.1423.2-
YUV99.34146.44178.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 57 (22.66% from 255) = 15.88%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=47.35%
G=15.88%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705713200.660.220.33320.1849.7844.51
HexAA39840421621140322d
Octal25271204010226415006255
Binary10101010111001100001000100001010110100001101000000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3984; }

 p { color: rgb(170,57,132); }

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

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

 a { background-color: rgb(170,57,132); }

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

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

 span { border-color: rgb(170,57,132); }

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