Shades of Royal Heath #AC4175
Tints of Royal Heath #AC4175
RGB
CMYK
RGB Variations
Color information
#AC4175 (or 0xAC4175) is known color: Royal Heath. HEX triplet: AC, 41 and 75. RGB value is (172,65,117). Sum of RGB (Red+Green+Blue) = 172+65+117=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4175 is #53BE8A. Grayscale: #666666. Windows color (decimal): -5488267 or 7684524. OLE color: 7684524.
HSL color Cylindrical-coordinate representation of color #AC4175: hue angle of 330.84º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4175 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 117 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.33 |
| HSL | 330.84º | 0.45% | 0.46% | - |
| HSV(B) | 330.84º | 0.62% | 0.67% | - |
| XYZ | 22.11 | 13.84 | 18.33 | - |
| YUV | 102.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 117 | 0 | 0.62 | 0.32 | 0.33 | 330.84 | 0.45 | 0.46 |
| Hex | AC | 41 | 75 | 0 | 3E | 20 | 21 | 14B | 2D | 2E |
| Octal | 254 | 101 | 165 | 0 | 76 | 40 | 41 | 513 | 55 | 56 |
| Binary | 10101100 | 1000001 | 1110101 | 0 | 111110 | 100000 | 100001 | 101001011 | 101101 | 101110 |
Color Harmonies of #AC4175
Complementary color
Monochromatic Colors of #AC4175
Black with #AC4175
Text Example
Text Example
White with #AC4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4175; }
p { color: rgb(172,65,117); }
H1.HeaderClassName
{
color: #AC4175;
}
.AnyTagClassName
{
color: #AC4175;
}
</style>
background-color css
<style>
a { background-color: #AC4175; }
a { background-color: rgb(172,65,117); }
div.DivClassName
{
background-color: #AC4175;
}
.BgClassName
{
background-color: #AC4175;
}
</style>
border-color css
<style>
span { border-color: #AC4175; }
span { border-color: rgb(172,65,117); }
td.TdClassName
{
border-color: #AC4175;
}
.TagClassName
{
border-color: #AC4175;
}
</style>