Shades of Royal Heath #AC5380
Tints of Royal Heath #AC5380
RGB
CMYK
RGB Variations
Color information
#AC5380 (or 0xAC5380) is known color: Royal Heath. HEX triplet: AC, 53 and 80. RGB value is (172,83,128). Sum of RGB (Red+Green+Blue) = 172+83+128=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5380 is #53AC7F. Grayscale: #727272. Windows color (decimal): -5483648 or 8410028. OLE color: 8410028.
HSL color Cylindrical-coordinate representation of color #AC5380: hue angle of 329.66º 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 #AC5380 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 128 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.33 |
| HSL | 329.66º | 0.35% | 0.5% | - |
| HSV(B) | 329.66º | 0.52% | 0.67% | - |
| XYZ | 24 | 16.52 | 22.34 | - |
| YUV | 114.74 | 135.49 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 128 | 0 | 0.52 | 0.26 | 0.33 | 329.66 | 0.35 | 0.5 |
| Hex | AC | 53 | 80 | 0 | 34 | 1A | 21 | 14A | 23 | 32 |
| Octal | 254 | 123 | 200 | 0 | 64 | 32 | 41 | 512 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10000000 | 0 | 110100 | 11010 | 100001 | 101001010 | 100011 | 110010 |
Color Harmonies of #AC5380
Complementary color
Monochromatic Colors of #AC5380
Black with #AC5380
Text Example
Text Example
White with #AC5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5380; }
p { color: rgb(172,83,128); }
H1.HeaderClassName
{
color: #AC5380;
}
.AnyTagClassName
{
color: #AC5380;
}
</style>
background-color css
<style>
a { background-color: #AC5380; }
a { background-color: rgb(172,83,128); }
div.DivClassName
{
background-color: #AC5380;
}
.BgClassName
{
background-color: #AC5380;
}
</style>
border-color css
<style>
span { border-color: #AC5380; }
span { border-color: rgb(172,83,128); }
td.TdClassName
{
border-color: #AC5380;
}
.TagClassName
{
border-color: #AC5380;
}
</style>