#AC557E

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

Shades of Royal Heath #AC557E

Tints of Royal Heath #AC557E

Color information

#AC557E (or 0xAC557E) is unknown color: approx Royal Heath. HEX triplet: AC, 55 and 7E. RGB value is (172,85,126). Sum of RGB (Red+Green+Blue) = 172+85+126=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC557E is #53AA81. Grayscale: #737373. Windows color (decimal): -5483138 or 8279468. OLE color: 8279468.

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

Color convert

RGB17285126-
CMYK00.510.270.33
HSL331.72º34.39%50.39%-
HSV(B)331.72º50.58%67.45%-
XYZ24.0316.7721.71-
YUV115.69133.82168.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=44.91%
G=22.19%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728512600.510.270.33331.7234.3950.39
HexAC557E0331B2114c2232
Octal25412517606333415144262
Binary1010110010101011111110011001111011100001101001100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC557E; }

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

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

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

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

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

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

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

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