#AC5778

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

Shades of Royal Heath #AC5778

Tints of Royal Heath #AC5778

Color information

#AC5778 (or 0xAC5778) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 78. RGB value is (172,87,120). Sum of RGB (Red+Green+Blue) = 172+87+120=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5778 is #53A887. Grayscale: #747474. Windows color (decimal): -5482632 or 7886764. OLE color: 7886764.

HSL color Cylindrical-coordinate representation of color #AC5778: hue angle of 336.71º 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 #AC5778 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17287120-
CMYK00.490.300.33
HSL336.71º33.86%50.78%-
HSV(B)336.71º49.42%67.45%-
XYZ23.8116.9419.78-
YUV116.18130.16167.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 87 (34.38% from 255) = 22.96%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=45.38%
G=22.96%
B=31.66%

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
Decimal1728712000.490.300.33336.7133.8650.78
HexAC57780311E211512233
Octal25412717006136415214263
Binary1010110010101111111000011000111110100001101010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5778; }

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

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

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

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

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

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

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

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