#AC517C

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

Shades of Royal Heath #AC517C

Tints of Royal Heath #AC517C

Color information

#AC517C (or 0xAC517C) is unknown color: approx Royal Heath. HEX triplet: AC, 51 and 7C. RGB value is (172,81,124). Sum of RGB (Red+Green+Blue) = 172+81+124=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC517C is #53AE83. Grayscale: #717171. Windows color (decimal): -5484164 or 8147372. OLE color: 8147372.

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

Color convert

RGB17281124-
CMYK00.530.280.33
HSL331.65º35.97%49.61%-
HSV(B)331.65º52.91%67.45%-
XYZ23.5916.1120.93-
YUV113.11134.15170-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=45.62%
G=21.49%
B=32.89%

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
Decimal1728112400.530.280.33331.6535.9749.61
HexAC517C0351C2114c2432
Octal25412117406534415144462
Binary1010110010100011111100011010111100100001101001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC517C; }

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

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

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

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

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

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

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

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