#AA3692

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

Shades of Medium Red Violet #AA3692

Tints of Medium Red Violet #AA3692

Color information

#AA3692 (or 0xAA3692) is unknown color: approx Medium Red Violet. HEX triplet: AA, 36 and 92. RGB value is (170,54,146). Sum of RGB (Red+Green+Blue) = 170+54+146=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3692 is #55C96D. Grayscale: #626262. Windows color (decimal): -5622126 or 9582250. OLE color: 9582250.

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

Color convert

RGB17054146-
CMYK00.680.140.33
HSL312.41º51.79%43.92%-
HSV(B)312.41º68.24%66.67%-
XYZ23.0913.2628.54-
YUV99.17154.43178.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 54 (21.48% from 255) = 14.59%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=45.95%
G=14.59%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705414600.680.140.33312.4151.7943.92
HexAA3692044E21138342c
Octal25266222010416414706454
Binary1010101011011010010010010001001110100001100111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3692; }

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

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

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

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

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

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

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

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