#AA457C

Color #AA457C Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AA457C

Tints of Royal Heath #AA457C

Color information

#AA457C (or 0xAA457C) is unknown color: approx Royal Heath. HEX triplet: AA, 45 and 7C. RGB value is (170,69,124). Sum of RGB (Red+Green+Blue) = 170+69+124=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA457C is #55BA83. Grayscale: #696969. Windows color (decimal): -5618308 or 8144298. OLE color: 8144298.

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

Color convert

RGB17069124-
CMYK00.590.270.33
HSL327.33º42.26%46.86%-
HSV(B)327.33º59.41%66.67%-
XYZ22.3414.2620.64-
YUV105.47138.46174.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 69 (27.34% from 255) = 19.01%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=46.83%
G=19.01%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706912400.590.270.33327.3342.2646.86
HexAA457C03B1B211472a2f
Octal25210517407333415075257
Binary1010101010001011111100011101111011100001101000111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA457C; }

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

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

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

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

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

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

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

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