#AC507C

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

Shades of Royal Heath #AC507C

Tints of Royal Heath #AC507C

Color information

#AC507C (or 0xAC507C) is unknown color: approx Royal Heath. HEX triplet: AC, 50 and 7C. RGB value is (172,80,124). Sum of RGB (Red+Green+Blue) = 172+80+124=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC507C is #53AF83. Grayscale: #707070. Windows color (decimal): -5484420 or 8147116. OLE color: 8147116.

HSL color Cylindrical-coordinate representation of color #AC507C: hue angle of 331.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC507C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17280124-
CMYK00.530.280.33
HSL331.3º36.51%49.41%-
HSV(B)331.3º53.49%67.45%-
XYZ23.5215.9620.91-
YUV112.52134.48170.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 80 (31.64% from 255) = 21.28%
BLUE value IS 124 (48.83% from 255) = 32.98%
R=45.74%
G=21.28%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728012400.530.280.33331.336.5149.41
HexAC507C0351C2114b2531
Octal25412017406534415134561
Binary1010110010100001111100011010111100100001101001011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC507C; }

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

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

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

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

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

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

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

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