#AA3686

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

Shades of Medium Red Violet #AA3686

Tints of Medium Red Violet #AA3686

Color information

#AA3686 (or 0xAA3686) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and 86. RGB value is (170,54,134). Sum of RGB (Red+Green+Blue) = 170+54+134=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3686 is #55C979. Grayscale: #616161. Windows color (decimal): -5622138 or 8795818. OLE color: 8795818.

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

Color convert

RGB17054134-
CMYK00.680.210.33
HSL318.62º51.79%43.92%-
HSV(B)318.62º68.24%66.67%-
XYZ22.212.9123.88-
YUV97.8148.43179.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 134 (52.73% from 255) = 37.43%
R=47.49%
G=15.08%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705413400.680.210.33318.6251.7943.92
HexAA3686044152113f342c
Octal25266206010425414776454
Binary10101010110110100001100100010010101100001100111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3686; }

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

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

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

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

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

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

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

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