#AA457A

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

Shades of Royal Heath #AA457A

Tints of Royal Heath #AA457A

Color information

#AA457A (or 0xAA457A) is unknown color: approx Royal Heath. HEX triplet: AA, 45 and 7A. RGB value is (170,69,122). Sum of RGB (Red+Green+Blue) = 170+69+122=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA457A is #55BA85. Grayscale: #696969. Windows color (decimal): -5618310 or 8013226. OLE color: 8013226.

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

Color convert

RGB17069122-
CMYK00.590.280.33
HSL328.51º42.26%46.86%-
HSV(B)328.51º59.41%66.67%-
XYZ22.2214.2119.98-
YUV105.24137.46174.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 69 (27.34% from 255) = 19.11%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=47.09%
G=19.11%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706912200.590.280.33328.5142.2646.86
HexAA457A03B1C211492a2f
Octal25210517207334415115257
Binary1010101010001011111010011101111100100001101001001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA457A; }

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

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

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

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

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

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

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

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