#aa158b

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

Shades of Medium Violet Red #AA158B

Tints of Medium Violet Red #AA158B

Color information

#AA158B (or 0xAA158B) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 8B. RGB value is (170,21,139). Sum of RGB (Red+Green+Blue) = 170+21+139=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA158B is #55EA74. Grayscale: #4E4E4E. Windows color (decimal): -5630581 or 9115050. OLE color: 9115050.

HSL color Cylindrical-coordinate representation of color #AA158B: hue angle of 312.48º 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 #AA158B is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17021139-
CMYK00.880.180.33
HSL312.48º78.01%37.45%-
HSV(B)312.48º87.65%66.67%-
XYZ21.5110.9525.41-
YUV79161.86192.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.52%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=51.52%
G=6.36%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702113900.880.180.33312.4878.0137.45
HexAA158B05812211384e25
Octal252252130130224147011645
Binary10101010101011000101101011000100101000011001110001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa158b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa158b; }

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

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

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

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

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

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

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

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