#AA4571

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

Shades of Royal Heath #AA4571

Tints of Royal Heath #AA4571

Color information

#AA4571 (or 0xAA4571) is unknown color: approx Royal Heath. HEX triplet: AA, 45 and 71. RGB value is (170,69,113). Sum of RGB (Red+Green+Blue) = 170+69+113=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4571 is #55BA8E. Grayscale: #686868. Windows color (decimal): -5618319 or 7423402. OLE color: 7423402.

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

Color convert

RGB17069113-
CMYK00.590.340.33
HSL333.86º42.26%46.86%-
HSV(B)333.86º59.41%66.67%-
XYZ21.6913.9917.18-
YUV104.22132.96174.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.30%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=48.30%
G=19.60%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706911300.590.340.33333.8642.2646.86
HexAA457103B222114e2a2f
Octal25210516107342415165257
Binary10101010100010111100010111011100010100001101001110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4571; }

 p { color: rgb(170,69,113); }

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

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

 a { background-color: rgb(170,69,113); }

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

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

 span { border-color: rgb(170,69,113); }

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