#AA458F

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

Shades of Medium Red Violet #AA458F

Tints of Medium Red Violet #AA458F

Color information

#AA458F (or 0xAA458F) is unknown color: approx Medium Red Violet. HEX triplet: AA, 45 and 8F. RGB value is (170,69,143). Sum of RGB (Red+Green+Blue) = 170+69+143=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA458F is #55BA70. Grayscale: #6B6B6B. Windows color (decimal): -5618289 or 9389482. OLE color: 9389482.

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

Color convert

RGB17069143-
CMYK00.590.160.33
HSL316.04º42.26%46.86%-
HSV(B)316.04º59.41%66.67%-
XYZ23.6614.7927.59-
YUV107.64147.96172.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 69 (27.34% from 255) = 18.06%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=44.50%
G=18.06%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706914300.590.160.33316.0442.2646.86
HexAA458F03B102113c2a2f
Octal25210521707320414745257
Binary10101010100010110001111011101110000100001100111100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA458F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA458F; }

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

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

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

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

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

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

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

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