#AA567C

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

Shades of Royal Heath #AA567C

Tints of Royal Heath #AA567C

Color information

#AA567C (or 0xAA567C) is unknown color: approx Royal Heath. HEX triplet: AA, 56 and 7C. RGB value is (170,86,124). Sum of RGB (Red+Green+Blue) = 170+86+124=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA567C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA567C is #55A983. Grayscale: #737373. Windows color (decimal): -5613956 or 8148650. OLE color: 8148650.

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

Color convert

RGB17086124-
CMYK00.490.270.33
HSL332.86º33.07%50.2%-
HSV(B)332.86º49.41%66.67%-
XYZ23.5416.6621.04-
YUV115.45132.83166.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.74%
GREEN value IS 86 (33.98% from 255) = 22.63%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=44.74%
G=22.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708612400.490.270.33332.8633.0750.2
HexAA567C0311B2114d2132
Octal25212617406133415154162
Binary1010101010101101111100011000111011100001101001101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA567C; }

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

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

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

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

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

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

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

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