#AA147B

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

Shades of Medium Violet Red #AA147B

Tints of Medium Violet Red #AA147B

Color information

#AA147B (or 0xAA147B) is unknown color: approx Medium Violet Red. HEX triplet: AA, 14 and 7B. RGB value is (170,20,123). Sum of RGB (Red+Green+Blue) = 170+20+123=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA147B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA147B is #55EB84. Grayscale: #4C4C4C. Windows color (decimal): -5630853 or 8066218. OLE color: 8066218.

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

Color convert

RGB17020123-
CMYK00.880.280.33
HSL318.8º78.95%37.25%-
HSV(B)318.8º88.24%66.67%-
XYZ20.410.4819.69-
YUV76.59154.2194.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 123 (48.44% from 255) = 39.30%
R=54.31%
G=6.39%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702012300.880.280.33318.878.9537.25
HexAA147B0581C2113f4f25
Octal252241730130344147711745
Binary1010101010100111101101011000111001000011001111111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA147B; }

 p { color: rgb(170,20,123); }

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

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

 a { background-color: rgb(170,20,123); }

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

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

 span { border-color: rgb(170,20,123); }

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