#AA198A

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

Shades of Medium Violet Red #AA198A

Tints of Medium Violet Red #AA198A

Color information

#AA198A (or 0xAA198A) is unknown color: approx Medium Violet Red. HEX triplet: AA, 19 and 8A. RGB value is (170,25,138). Sum of RGB (Red+Green+Blue) = 170+25+138=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA198A is #55E675. Grayscale: #505050. Windows color (decimal): -5629558 or 9050538. OLE color: 9050538.

HSL color Cylindrical-coordinate representation of color #AA198A: hue angle of 313.24º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA198A is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17025138-
CMYK00.850.190.33
HSL313.24º74.36%38.24%-
HSV(B)313.24º85.29%66.67%-
XYZ21.5111.0825.05-
YUV81.24160.04191.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=51.05%
G=7.51%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702513800.850.190.33313.2474.3638.24
HexAA198A05513211394a26
Octal252312120125234147111246
Binary10101010110011000101001010101100111000011001110011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA198A; }

 p { color: rgb(170,25,138); }

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

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

 a { background-color: rgb(170,25,138); }

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

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

 span { border-color: rgb(170,25,138); }

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