#AA458B

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

Shades of Medium Red Violet #AA458B

Tints of Medium Red Violet #AA458B

Color information

#AA458B (or 0xAA458B) is unknown color: approx Medium Red Violet. HEX triplet: AA, 45 and 8B. RGB value is (170,69,139). Sum of RGB (Red+Green+Blue) = 170+69+139=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA458B is #55BA74. Grayscale: #6B6B6B. Windows color (decimal): -5618293 or 9127338. OLE color: 9127338.

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

Color convert

RGB17069139-
CMYK00.590.180.33
HSL318.42º42.26%46.86%-
HSV(B)318.42º59.41%66.67%-
XYZ23.3714.6726.03-
YUV107.18145.96172.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 69 (27.34% from 255) = 18.25%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=44.97%
G=18.25%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706913900.590.180.33318.4242.2646.86
HexAA458B03B122113e2a2f
Octal25210521307322414765257
Binary10101010100010110001011011101110010100001100111110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA458B; }

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

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

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

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

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

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

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

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