#AA3694

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

Shades of Medium Red Violet #AA3694

Tints of Medium Red Violet #AA3694

Color information

#AA3694 (or 0xAA3694) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and 94. RGB value is (170,54,148). Sum of RGB (Red+Green+Blue) = 170+54+148=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3694 is #55C96B. Grayscale: #636363. Windows color (decimal): -5622124 or 9713322. OLE color: 9713322.

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

Color convert

RGB17054148-
CMYK00.680.130.33
HSL311.38º51.79%43.92%-
HSV(B)311.38º68.24%66.67%-
XYZ23.2413.3229.36-
YUV99.4155.43178.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 54 (21.48% from 255) = 14.52%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=45.70%
G=14.52%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705414800.680.130.33311.3851.7943.92
HexAA3694044D21137342c
Octal25266224010415414676454
Binary1010101011011010010100010001001101100001100110111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3694; }

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

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

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

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

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

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

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

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