#AA408F

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

Shades of Medium Red Violet #AA408F

Tints of Medium Red Violet #AA408F

Color information

#AA408F (or 0xAA408F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 40 and 8F. RGB value is (170,64,143). Sum of RGB (Red+Green+Blue) = 170+64+143=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA408F is #55BF70. Grayscale: #686868. Windows color (decimal): -5619569 or 9388202. OLE color: 9388202.

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

Color convert

RGB17064143-
CMYK00.620.160.33
HSL315.28º45.3%45.88%-
HSV(B)315.28º62.35%66.67%-
XYZ23.3714.227.5-
YUV104.7149.62174.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.09%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 143 (56.25% from 255) = 37.93%
R=45.09%
G=16.98%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706414300.620.160.33315.2845.345.88
HexAA408F03E102113b2d2e
Octal25210021707620414735556
Binary10101010100000010001111011111010000100001100111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA408F; }

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

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

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

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

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

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

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

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