#AC527C

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

Shades of Royal Heath #AC527C

Tints of Royal Heath #AC527C

Color information

#AC527C (or 0xAC527C) is unknown color: approx Royal Heath. HEX triplet: AC, 52 and 7C. RGB value is (172,82,124). Sum of RGB (Red+Green+Blue) = 172+82+124=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC527C is #53AD83. Grayscale: #717171. Windows color (decimal): -5483908 or 8147628. OLE color: 8147628.

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

Color convert

RGB17282124-
CMYK00.520.280.33
HSL332º35.43%49.8%-
HSV(B)332º52.33%67.45%-
XYZ23.6716.2620.96-
YUV113.7133.82169.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=45.50%
G=21.69%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728212400.520.280.3333235.4349.8
HexAC527C0341C2114c2332
Octal25412217406434415144362
Binary1010110010100101111100011010011100100001101001100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC527C; }

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

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

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

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

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

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

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

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