#AA447D

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

Shades of Royal Heath #AA447D

Tints of Royal Heath #AA447D

Color information

#AA447D (or 0xAA447D) is unknown color: approx Royal Heath. HEX triplet: AA, 44 and 7D. RGB value is (170,68,125). Sum of RGB (Red+Green+Blue) = 170+68+125=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA447D is #55BB82. Grayscale: #686868. Windows color (decimal): -5618563 or 8209578. OLE color: 8209578.

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

Color convert

RGB17068125-
CMYK00.60.260.33
HSL326.47º42.86%46.67%-
HSV(B)326.47º60%66.67%-
XYZ22.3514.1620.96-
YUV105139.29174.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=46.83%
G=18.73%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706812500.60.260.33326.4742.8646.67
HexAA447D03C1A211462b2f
Octal25210417507432415065357
Binary1010101010001001111101011110011010100001101000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA447D; }

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

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

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

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

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

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

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

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