#AA4177

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

Shades of Royal Heath #AA4177

Tints of Royal Heath #AA4177

Color information

#AA4177 (or 0xAA4177) is unknown color: approx Royal Heath. HEX triplet: AA, 41 and 77. RGB value is (170,65,119). Sum of RGB (Red+Green+Blue) = 170+65+119=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4177 is #55BE88. Grayscale: #666666. Windows color (decimal): -5619337 or 7815594. OLE color: 7815594.

HSL color Cylindrical-coordinate representation of color #AA4177: hue angle of 329.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4177 is Cyan = 0, Magento = 0.62, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB17065119-
CMYK00.620.30.33
HSL329.14º44.68%46.08%-
HSV(B)329.14º61.76%66.67%-
XYZ21.813.6618.94-
YUV102.55137.29176.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 119 (46.88% from 255) = 33.62%
R=48.02%
G=18.36%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706511900.620.30.33329.1444.6846.08
HexAA417703E1E211492d2e
Octal25210116707636415115556
Binary1010101010000011110111011111011110100001101001001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4177; }

 p { color: rgb(170,65,119); }

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

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

 a { background-color: rgb(170,65,119); }

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

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

 span { border-color: rgb(170,65,119); }

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