#AC5180

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

Shades of Royal Heath #AC5180

Tints of Royal Heath #AC5180

Color information

#AC5180 (or 0xAC5180) is unknown color: approx Royal Heath. HEX triplet: AC, 51 and 80. RGB value is (172,81,128). Sum of RGB (Red+Green+Blue) = 172+81+128=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5180 is #53AE7F. Grayscale: #717171. Windows color (decimal): -5484160 or 8409516. OLE color: 8409516.

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

Color convert

RGB17281128-
CMYK00.530.260.33
HSL329.01º35.97%49.61%-
HSV(B)329.01º52.91%67.45%-
XYZ23.8516.2122.29-
YUV113.57136.15169.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=45.14%
G=21.26%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728112800.530.260.33329.0135.9749.61
HexAC51800351A211492432
Octal25412120006532415114462
Binary10101100101000110000000011010111010100001101001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5180; }

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

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

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

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

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

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

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

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