#AA3D79

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

Shades of Medium Red Violet #AA3D79

Tints of Medium Red Violet #AA3D79

Color information

#AA3D79 (or 0xAA3D79) is unknown color: approx Medium Red Violet. HEX triplet: AA, 3D and 79. RGB value is (170,61,121). Sum of RGB (Red+Green+Blue) = 170+61+121=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3D79 is #55C286. Grayscale: #646464. Windows color (decimal): -5620359 or 7945642. OLE color: 7945642.

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

Color convert

RGB17061121-
CMYK00.640.290.33
HSL326.97º47.19%45.29%-
HSV(B)326.97º64.12%66.67%-
XYZ21.713.2619.51-
YUV100.43139.61177.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 61 (24.22% from 255) = 17.33%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=48.30%
G=17.33%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706112100.640.290.33326.9747.1945.29
HexAA3D790401D211472f2d
Octal25275171010035415075755
Binary1010101011110111110010100000011101100001101000111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3D79; }

 p { color: rgb(170,61,121); }

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

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

 a { background-color: rgb(170,61,121); }

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

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

 span { border-color: rgb(170,61,121); }

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