#AC4C80

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

Shades of Royal Heath #AC4C80

Tints of Royal Heath #AC4C80

Color information

#AC4C80 (or 0xAC4C80) is unknown color: approx Royal Heath. HEX triplet: AC, 4C and 80. RGB value is (172,76,128). Sum of RGB (Red+Green+Blue) = 172+76+128=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C80 is #53B37F. Grayscale: #6E6E6E. Windows color (decimal): -5485440 or 8408236. OLE color: 8408236.

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

Color convert

RGB17276128-
CMYK00.560.260.33
HSL327.5º38.71%48.63%-
HSV(B)327.5º55.81%67.45%-
XYZ23.4915.522.18-
YUV110.63137.8171.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 76 (30.08% from 255) = 20.21%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=45.74%
G=20.21%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727612800.560.260.33327.538.7148.63
HexAC4C800381A211482731
Octal25411420007032415104761
Binary10101100100110010000000011100011010100001101001000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C80; }

 p { color: rgb(172,76,128); }

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

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

 a { background-color: rgb(172,76,128); }

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

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

 span { border-color: rgb(172,76,128); }

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