#AA3592

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

Shades of Medium Red Violet #AA3592

Tints of Medium Red Violet #AA3592

Color information

#AA3592 (or 0xAA3592) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and 92. RGB value is (170,53,146). Sum of RGB (Red+Green+Blue) = 170+53+146=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3592 is #55CA6D. Grayscale: #626262. Windows color (decimal): -5622382 or 9581994. OLE color: 9581994.

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

Color convert

RGB17053146-
CMYK00.690.140.33
HSL312.31º52.47%43.73%-
HSV(B)312.31º68.82%66.67%-
XYZ23.0413.1728.52-
YUV98.58154.76178.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 53 (21.09% from 255) = 14.36%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=46.07%
G=14.36%
B=39.57%

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
Decimal1705314600.690.140.33312.3152.4743.73
HexAA3592045E21138342c
Octal25265222010516414706454
Binary1010101011010110010010010001011110100001100111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3592; }

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

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

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

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

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

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

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

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