#AA1392

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

Shades of Medium Violet Red #AA1392

Tints of Medium Violet Red #AA1392

Color information

#AA1392 (or 0xAA1392) is unknown color: approx Medium Violet Red. HEX triplet: AA, 13 and 92. RGB value is (170,19,146). Sum of RGB (Red+Green+Blue) = 170+19+146=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1392 is #55EC6D. Grayscale: #4E4E4E. Windows color (decimal): -5631086 or 9573290. OLE color: 9573290.

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

Color convert

RGB17019146-
CMYK00.890.140.33
HSL309.54º79.89%37.06%-
HSV(B)309.54º88.82%66.67%-
XYZ2211.0928.17-
YUV78.63166.03193.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 19 (7.81% from 255) = 5.67%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=50.75%
G=5.67%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701914600.890.140.33309.5479.8937.06
HexAA1392059E211365025
Octal252232220131164146612045
Binary1010101010011100100100101100111101000011001101101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1392; }

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

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

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

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

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

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

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

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