#AA4A74

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

Shades of Royal Heath #AA4A74

Tints of Royal Heath #AA4A74

Color information

#AA4A74 (or 0xAA4A74) is unknown color: approx Royal Heath. HEX triplet: AA, 4A and 74. RGB value is (170,74,116). Sum of RGB (Red+Green+Blue) = 170+74+116=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A74 is #55B58B. Grayscale: #6B6B6B. Windows color (decimal): -5617036 or 7621290. OLE color: 7621290.

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

Color convert

RGB17074116-
CMYK00.560.320.33
HSL333.75º39.34%47.84%-
HSV(B)333.75º56.47%66.67%-
XYZ22.1814.718.19-
YUV107.49132.8172.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=47.22%
G=20.56%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707411600.560.320.33333.7539.3447.84
HexAA4A74038202114e2730
Octal25211216407040415164760
Binary10101010100101011101000111000100000100001101001110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A74; }

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

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

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

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

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

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

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

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