#AC5785

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

Shades of Royal Heath #AC5785

Tints of Royal Heath #AC5785

Color information

#AC5785 (or 0xAC5785) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 85. RGB value is (172,87,133). Sum of RGB (Red+Green+Blue) = 172+87+133=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5785 is #53A87A. Grayscale: #757575. Windows color (decimal): -5482619 or 8738732. OLE color: 8738732.

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

Color convert

RGB17287133-
CMYK00.490.230.33
HSL327.53º33.86%50.78%-
HSV(B)327.53º49.42%67.45%-
XYZ24.6617.2824.23-
YUV117.66136.66166.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=43.88%
G=22.19%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728713300.490.230.33327.5333.8650.78
HexAC578503117211482233
Octal25412720506127415104263
Binary10101100101011110000101011000110111100001101001000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5785; }

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

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

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

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

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

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

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

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