#AA477C

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

Shades of Royal Heath #AA477C

Tints of Royal Heath #AA477C

Color information

#AA477C (or 0xAA477C) is unknown color: approx Royal Heath. HEX triplet: AA, 47 and 7C. RGB value is (170,71,124). Sum of RGB (Red+Green+Blue) = 170+71+124=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA477C is #55B883. Grayscale: #6A6A6A. Windows color (decimal): -5617796 or 8144810. OLE color: 8144810.

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

Color convert

RGB17071124-
CMYK00.580.270.33
HSL327.88º41.08%47.25%-
HSV(B)327.88º58.24%66.67%-
XYZ22.4714.5120.68-
YUV106.64137.8173.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 71 (28.12% from 255) = 19.45%
BLUE value IS 124 (48.83% from 255) = 33.97%
R=46.58%
G=19.45%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707112400.580.270.33327.8841.0847.25
HexAA477C03A1B21148292f
Octal25210717407233415105157
Binary1010101010001111111100011101011011100001101001000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA477C; }

 p { color: rgb(170,71,124); }

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

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

 a { background-color: rgb(170,71,124); }

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

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

 span { border-color: rgb(170,71,124); }

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