#AA3492

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

Shades of Medium Red Violet #AA3492

Tints of Medium Red Violet #AA3492

Color information

#AA3492 (or 0xAA3492) is unknown color: approx Medium Red Violet. HEX triplet: AA, 34 and 92. RGB value is (170,52,146). Sum of RGB (Red+Green+Blue) = 170+52+146=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3492 is #55CB6D. Grayscale: #616161. Windows color (decimal): -5622638 or 9581738. OLE color: 9581738.

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

Color convert

RGB17052146-
CMYK00.690.140.33
HSL312.2º53.15%43.53%-
HSV(B)312.2º69.41%66.67%-
XYZ22.9913.0828.51-
YUV98155.09179.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=46.20%
G=14.13%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705214600.690.140.33312.253.1543.53
HexAA3492045E21138352c
Octal25264222010516414706554
Binary1010101011010010010010010001011110100001100111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3492; }

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

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

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

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

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

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

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

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