#AC5780

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

Shades of Royal Heath #AC5780

Tints of Royal Heath #AC5780

Color information

#AC5780 (or 0xAC5780) is unknown color: approx Royal Heath. HEX triplet: AC, 57 and 80. RGB value is (172,87,128). Sum of RGB (Red+Green+Blue) = 172+87+128=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5780 is #53A87F. Grayscale: #757575. Windows color (decimal): -5482624 or 8411052. OLE color: 8411052.

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

Color convert

RGB17287128-
CMYK00.490.260.33
HSL331.06º33.86%50.78%-
HSV(B)331.06º49.42%67.45%-
XYZ24.3217.1522.45-
YUV117.09134.16167.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 87 (34.38% from 255) = 22.48%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=44.44%
G=22.48%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728712800.490.260.33331.0633.8650.78
HexAC57800311A2114b2233
Octal25412720006132415134263
Binary10101100101011110000000011000111010100001101001011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5780; }

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

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

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

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

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

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

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

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