#AA3481

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

Shades of Medium Red Violet #AA3481

Tints of Medium Red Violet #AA3481

Color information

#AA3481 (or 0xAA3481) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 81. RGB value is (170,52,129). Sum of RGB (Red+Green+Blue) = 170+52+129=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3481 is #55CB7E. Grayscale: #5F5F5F. Windows color (decimal): -5622655 or 8467626. OLE color: 8467626.

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

Color convert

RGB17052129-
CMYK00.690.240.33
HSL320.85º53.15%43.53%-
HSV(B)320.85º69.41%66.67%-
XYZ21.7712.5922.05-
YUV96.06146.59180.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.43%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=48.43%
G=14.81%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705212900.690.240.33320.8553.1543.53
HexAA34810451821141352c
Octal25264201010530415016554
Binary10101010110100100000010100010111000100001101000001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3481; }

 p { color: rgb(170,52,129); }

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

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

 a { background-color: rgb(170,52,129); }

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

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

 span { border-color: rgb(170,52,129); }

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