#AC517D

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

Shades of Royal Heath #AC517D

Tints of Royal Heath #AC517D

Color information

#AC517D (or 0xAC517D) is unknown color: approx Royal Heath. HEX triplet: AC, 51 and 7D. RGB value is (172,81,125). Sum of RGB (Red+Green+Blue) = 172+81+125=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC517D is #53AE82. Grayscale: #717171. Windows color (decimal): -5484163 or 8212908. OLE color: 8212908.

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

Color convert

RGB17281125-
CMYK00.530.270.33
HSL330.99º35.97%49.61%-
HSV(B)330.99º52.91%67.45%-
XYZ23.6616.1421.27-
YUV113.22134.65169.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=45.50%
G=21.43%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728112500.530.270.33330.9935.9749.61
HexAC517D0351B2114b2432
Octal25412117506533415134462
Binary1010110010100011111101011010111011100001101001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC517D; }

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

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

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

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

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

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

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

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