#AC547A

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

Shades of Royal Heath #AC547A

Tints of Royal Heath #AC547A

Color information

#AC547A (or 0xAC547A) is unknown color: approx Royal Heath. HEX triplet: AC, 54 and 7A. RGB value is (172,84,122). Sum of RGB (Red+Green+Blue) = 172+84+122=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC547A is #53AB85. Grayscale: #727272. Windows color (decimal): -5483398 or 8017068. OLE color: 8017068.

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

Color convert

RGB17284122-
CMYK00.510.290.33
HSL334.09º34.65%50.2%-
HSV(B)334.09º51.16%67.45%-
XYZ23.716.5220.35-
YUV114.64132.15168.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=45.50%
G=22.22%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728412200.510.290.33334.0934.6550.2
HexAC547A0331D2114e2332
Octal25412417206335415164362
Binary1010110010101001111010011001111101100001101001110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC547A; }

 p { color: rgb(172,84,122); }

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

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

 a { background-color: rgb(172,84,122); }

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

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

 span { border-color: rgb(172,84,122); }

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