#AA497A

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

Shades of Royal Heath #AA497A

Tints of Royal Heath #AA497A

Color information

#AA497A (or 0xAA497A) is unknown color: approx Royal Heath. HEX triplet: AA, 49 and 7A. RGB value is (170,73,122). Sum of RGB (Red+Green+Blue) = 170+73+122=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA497A is #55B685. Grayscale: #6B6B6B. Windows color (decimal): -5617286 or 8014250. OLE color: 8014250.

HSL color Cylindrical-coordinate representation of color #AA497A: hue angle of 329.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA497A is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17073122-
CMYK00.570.280.33
HSL329.69º39.92%47.65%-
HSV(B)329.69º57.06%66.67%-
XYZ22.4714.7220.07-
YUV107.59136.14172.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 73 (28.91% from 255) = 20%
BLUE value IS 122 (48.05% from 255) = 33.42%
R=46.58%
G=20%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707312200.570.280.33329.6939.9247.65
HexAA497A0391C2114a2830
Octal25211117207134415125060
Binary1010101010010011111010011100111100100001101001010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA497A; }

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

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

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

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

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

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

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

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