#AA497E

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

Shades of Royal Heath #AA497E

Tints of Royal Heath #AA497E

Color information

#AA497E (or 0xAA497E) is unknown color: approx Royal Heath. HEX triplet: AA, 49 and 7E. RGB value is (170,73,126). Sum of RGB (Red+Green+Blue) = 170+73+126=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA497E is #55B681. Grayscale: #6B6B6B. Windows color (decimal): -5617282 or 8276394. OLE color: 8276394.

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

Color convert

RGB17073126-
CMYK00.570.260.33
HSL327.22º39.92%47.65%-
HSV(B)327.22º57.06%66.67%-
XYZ22.7314.8221.4-
YUV108.04138.14172.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 126 (49.61% from 255) = 34.15%
R=46.07%
G=19.78%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707312600.570.260.33327.2239.9247.65
HexAA497E0391A211472830
Octal25211117607132415075060
Binary1010101010010011111110011100111010100001101000111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA497E; }

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

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

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

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

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

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

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

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