#AC557B

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

Shades of Royal Heath #AC557B

Tints of Royal Heath #AC557B

Color information

#AC557B (or 0xAC557B) is unknown color: approx Royal Heath. HEX triplet: AC, 55 and 7B. RGB value is (172,85,123). Sum of RGB (Red+Green+Blue) = 172+85+123=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC557B is #53AA84. Grayscale: #737373. Windows color (decimal): -5483141 or 8082860. OLE color: 8082860.

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

Color convert

RGB17285123-
CMYK00.510.280.33
HSL333.79º34.39%50.39%-
HSV(B)333.79º50.58%67.45%-
XYZ23.8416.720.71-
YUV115.34132.32168.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=45.26%
G=22.37%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728512300.510.280.33333.7934.3950.39
HexAC557B0331C2114e2232
Octal25412517306334415164262
Binary1010110010101011111011011001111100100001101001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC557B; }

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

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

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

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

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

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

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

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