#AA3482

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

Shades of Medium Red Violet #AA3482

Tints of Medium Red Violet #AA3482

Color information

#AA3482 (or 0xAA3482) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 82. RGB value is (170,52,130). Sum of RGB (Red+Green+Blue) = 170+52+130=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3482 is #55CB7D. Grayscale: #5F5F5F. Windows color (decimal): -5622654 or 8533162. OLE color: 8533162.

HSL color Cylindrical-coordinate representation of color #AA3482: hue angle of 320.34º 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 #AA3482 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17052130-
CMYK00.690.240.33
HSL320.34º53.15%43.53%-
HSV(B)320.34º69.41%66.67%-
XYZ21.8312.6122.4-
YUV96.17147.09180.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 52 (20.70% from 255) = 14.77%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=48.30%
G=14.77%
B=36.93%

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
Decimal1705213000.690.240.33320.3453.1543.53
HexAA34820451821140352c
Octal25264202010530415006554
Binary10101010110100100000100100010111000100001101000000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3482; }

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

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

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

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

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

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

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

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