#AA4473

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

Shades of Royal Heath #AA4473

Tints of Royal Heath #AA4473

Color information

#AA4473 (or 0xAA4473) is unknown color: approx Royal Heath. HEX triplet: AA, 44 and 73. RGB value is (170,68,115). Sum of RGB (Red+Green+Blue) = 170+68+115=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4473 is #55BB8C. Grayscale: #676767. Windows color (decimal): -5618573 or 7554218. OLE color: 7554218.

HSL color Cylindrical-coordinate representation of color #AA4473: hue angle of 332.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4473 is Cyan = 0, Magento = 0.6, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17068115-
CMYK00.60.320.33
HSL332.35º42.86%46.67%-
HSV(B)332.35º60%66.67%-
XYZ21.7413.9217.76-
YUV103.86134.29175.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 68 (26.95% from 255) = 19.26%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=48.16%
G=19.26%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706811500.60.320.33332.3542.8646.67
HexAA447303C202114c2b2f
Octal25210416307440415145357
Binary10101010100010011100110111100100000100001101001100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4473; }

 p { color: rgb(170,68,115); }

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

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

 a { background-color: rgb(170,68,115); }

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

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

 span { border-color: rgb(170,68,115); }

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