#AA447E

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

Shades of Royal Heath #AA447E

Tints of Royal Heath #AA447E

Color information

#AA447E (or 0xAA447E) is unknown color: approx Royal Heath. HEX triplet: AA, 44 and 7E. RGB value is (170,68,126). Sum of RGB (Red+Green+Blue) = 170+68+126=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA447E is #55BB81. Grayscale: #686868. Windows color (decimal): -5618562 or 8275114. OLE color: 8275114.

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

Color convert

RGB17068126-
CMYK00.60.260.33
HSL325.88º42.86%46.67%-
HSV(B)325.88º60%66.67%-
XYZ22.4114.1921.3-
YUV105.11139.79174.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 68 (26.95% from 255) = 18.68%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=46.70%
G=18.68%
B=34.62%

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
Decimal1706812600.60.260.33325.8842.8646.67
HexAA447E03C1A211462b2f
Octal25210417607432415065357
Binary1010101010001001111110011110011010100001101000110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA447E; }

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

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

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

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

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

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

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

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