#AA158A

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

Shades of Medium Violet Red #AA158A

Tints of Medium Violet Red #AA158A

Color information

#AA158A (or 0xAA158A) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 8A. RGB value is (170,21,138). Sum of RGB (Red+Green+Blue) = 170+21+138=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA158A is #55EA75. Grayscale: #4E4E4E. Windows color (decimal): -5630582 or 9049514. OLE color: 9049514.

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

Color convert

RGB17021138-
CMYK00.880.190.33
HSL312.89º78.01%37.45%-
HSV(B)312.89º87.65%66.67%-
XYZ21.4310.9225.02-
YUV78.89161.36192.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 21 (8.59% from 255) = 6.38%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=51.67%
G=6.38%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702113800.880.190.33312.8978.0137.45
HexAA158A05813211394e25
Octal252252120130234147111645
Binary10101010101011000101001011000100111000011001110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA158A; }

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

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

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

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

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

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

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

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