#AC5779

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

Shades of Royal Heath #AC5779

Tints of Royal Heath #AC5779

Color information

#AC5779 (or 0xAC5779) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 79. RGB value is (172,87,121). Sum of RGB (Red+Green+Blue) = 172+87+121=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5779 is #53A886. Grayscale: #747474. Windows color (decimal): -5482631 or 7952300. OLE color: 7952300.

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

Color convert

RGB17287121-
CMYK00.490.300.33
HSL336º33.86%50.78%-
HSV(B)336º49.42%67.45%-
XYZ23.8716.9720.11-
YUV116.29130.66167.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=45.26%
G=22.89%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728712100.490.300.3333633.8650.78
HexAC57790311E211502233
Octal25412717106136415204263
Binary1010110010101111111001011000111110100001101010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5779; }

 p { color: rgb(172,87,121); }

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

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

 a { background-color: rgb(172,87,121); }

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

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

 span { border-color: rgb(172,87,121); }

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