#AC4E78

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

Shades of Royal Heath #AC4E78

Tints of Royal Heath #AC4E78

Color information

#AC4E78 (or 0xAC4E78) is unknown color: approx Royal Heath. HEX triplet: AC, 4E and 78. RGB value is (172,78,120). Sum of RGB (Red+Green+Blue) = 172+78+120=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4E78 is #53B187. Grayscale: #6E6E6E. Windows color (decimal): -5484936 or 7884460. OLE color: 7884460.

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

Color convert

RGB17278120-
CMYK00.550.300.33
HSL333.19º37.6%49.02%-
HSV(B)333.19º54.65%67.45%-
XYZ23.1315.5819.56-
YUV110.89133.14171.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=46.49%
G=21.08%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727812000.550.300.33333.1937.649.02
HexAC4E780371E2114d2631
Octal25411617006736415154661
Binary1010110010011101111000011011111110100001101001101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4E78; }

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

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

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

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

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

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

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

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