#AC5584

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

Shades of Royal Heath #AC5584

Tints of Royal Heath #AC5584

Color information

#AC5584 (or 0xAC5584) is unknown color: approx Royal Heath. HEX triplet: AC, 55 and 84. RGB value is (172,85,132). Sum of RGB (Red+Green+Blue) = 172+85+132=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5584 is #53AA7B. Grayscale: #747474. Windows color (decimal): -5483132 or 8672684. OLE color: 8672684.

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

Color convert

RGB17285132-
CMYK00.510.230.33
HSL327.59º34.39%50.39%-
HSV(B)327.59º50.58%67.45%-
XYZ24.4316.9323.81-
YUV116.37136.82167.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=44.22%
G=21.85%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728513200.510.230.33327.5934.3950.39
HexAC558403317211482232
Octal25412520406327415104262
Binary10101100101010110000100011001110111100001101001000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5584; }

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

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

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

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

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

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

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

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