#AC527E

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

Shades of Royal Heath #AC527E

Tints of Royal Heath #AC527E

Color information

#AC527E (or 0xAC527E) is unknown color: approx Royal Heath. HEX triplet: AC, 52 and 7E. RGB value is (172,82,126). Sum of RGB (Red+Green+Blue) = 172+82+126=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC527E is #53AD81. Grayscale: #717171. Windows color (decimal): -5483906 or 8278700. OLE color: 8278700.

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

Color convert

RGB17282126-
CMYK00.520.270.33
HSL330.67º35.43%49.8%-
HSV(B)330.67º52.33%67.45%-
XYZ23.816.3121.63-
YUV113.93134.82169.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 82 (32.42% from 255) = 21.58%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=45.26%
G=21.58%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728212600.520.270.33330.6735.4349.8
HexAC527E0341B2114b2332
Octal25412217606433415134362
Binary1010110010100101111110011010011011100001101001011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC527E; }

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

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

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

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

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

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

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

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