#AA4E74

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

Shades of Royal Heath #AA4E74

Tints of Royal Heath #AA4E74

Color information

#AA4E74 (or 0xAA4E74) is unknown color: approx Royal Heath. HEX triplet: AA, 4E and 74. RGB value is (170,78,116). Sum of RGB (Red+Green+Blue) = 170+78+116=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4E74 is #55B18B. Grayscale: #6D6D6D. Windows color (decimal): -5616012 or 7622314. OLE color: 7622314.

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

Color convert

RGB17078116-
CMYK00.540.320.33
HSL335.22º37.1%48.63%-
HSV(B)335.22º54.12%66.67%-
XYZ22.4515.2618.28-
YUV109.84131.48170.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=46.70%
G=21.43%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707811600.540.320.33335.2237.148.63
HexAA4E74036202114f2531
Octal25211616406640415174561
Binary10101010100111011101000110110100000100001101001111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4E74; }

 p { color: rgb(170,78,116); }

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

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

 a { background-color: rgb(170,78,116); }

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

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

 span { border-color: rgb(170,78,116); }

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