#aa3674

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

Shades of Medium Red Violet #AA3674

Tints of Medium Red Violet #AA3674

Color information

#AA3674 (or 0xAA3674) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and 74. RGB value is (170,54,116). Sum of RGB (Red+Green+Blue) = 170+54+116=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3674 is #55C98B. Grayscale: #5F5F5F. Windows color (decimal): -5622156 or 7616170. OLE color: 7616170.

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

Color convert

RGB17054116-
CMYK00.680.320.33
HSL327.93º51.79%43.92%-
HSV(B)327.93º68.24%66.67%-
XYZ21.0512.4517.82-
YUV95.75139.43180.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 116 (45.70% from 255) = 34.12%
R=50%
G=15.88%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705411600.680.320.33327.9351.7943.92
HexAA36740442021148342c
Octal25266164010440415106454
Binary10101010110110111010001000100100000100001101001000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3674; }

 p { color: rgb(170,54,116); }

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

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

 a { background-color: rgb(170,54,116); }

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

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

 span { border-color: rgb(170,54,116); }

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