#aa178f

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

Shades of Medium Violet Red #AA178F

Tints of Medium Violet Red #AA178F

Color information

#AA178F (or 0xAA178F) is unknown color: approx Medium Violet Red. HEX triplet: AA, 17 and 8F. RGB value is (170,23,143). Sum of RGB (Red+Green+Blue) = 170+23+143=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA178F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA178F is #55E870. Grayscale: #505050. Windows color (decimal): -5630065 or 9377706. OLE color: 9377706.

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

Color convert

RGB17023143-
CMYK00.860.160.33
HSL311.02º76.17%37.84%-
HSV(B)311.02º86.47%66.67%-
XYZ21.8411.1426.99-
YUV80.63163.2191.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 23 (9.38% from 255) = 6.85%
BLUE value IS 143 (56.25% from 255) = 42.56%
R=50.60%
G=6.85%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702314300.860.160.33311.0276.1737.84
HexAA178F05610211374c26
Octal252272170126204146711446
Binary10101010101111000111101010110100001000011001101111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa178f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa178f; }

 p { color: rgb(170,23,143); }

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

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

 a { background-color: rgb(170,23,143); }

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

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

 span { border-color: rgb(170,23,143); }

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