#AC5580

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

Shades of Royal Heath #AC5580

Tints of Royal Heath #AC5580

Color information

#AC5580 (or 0xAC5580) is unknown color: approx Royal Heath. HEX triplet: AC, 55 and 80. RGB value is (172,85,128). Sum of RGB (Red+Green+Blue) = 172+85+128=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5580 is #53AA7F. Grayscale: #737373. Windows color (decimal): -5483136 or 8410540. OLE color: 8410540.

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

Color convert

RGB17285128-
CMYK00.510.260.33
HSL330.34º34.39%50.39%-
HSV(B)330.34º50.58%67.45%-
XYZ24.1616.8322.4-
YUV115.92134.82168-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 85 (33.59% from 255) = 22.08%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=44.68%
G=22.08%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728512800.510.260.33330.3434.3950.39
HexAC55800331A2114a2232
Octal25412520006332415124262
Binary10101100101010110000000011001111010100001101001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5580; }

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

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

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

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

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

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

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

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