Shades of Royal Heath #AB4179
Tints of Royal Heath #AB4179
RGB
CMYK
RGB Variations
Color information
#AB4179 (or 0xAB4179) is known color: Royal Heath. HEX triplet: AB, 41 and 79. RGB value is (171,65,121). Sum of RGB (Red+Green+Blue) = 171+65+121=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4179 is #54BE86. Grayscale: #666666. Windows color (decimal): -5553799 or 7946667. OLE color: 7946667.
HSL color Cylindrical-coordinate representation of color #AB4179: hue angle of 328.3º 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 #AB4179 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 121 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.33 |
| HSL | 328.3º | 0.45% | 0.46% | - |
| HSV(B) | 328.3º | 0.62% | 0.67% | - |
| XYZ | 22.14 | 13.82 | 19.59 | - |
| YUV | 103.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 121 | 0 | 0.62 | 0.29 | 0.33 | 328.3 | 0.45 | 0.46 |
| Hex | AB | 41 | 79 | 0 | 3E | 1D | 21 | 148 | 2D | 2E |
| Octal | 253 | 101 | 171 | 0 | 76 | 35 | 41 | 510 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1111001 | 0 | 111110 | 11101 | 100001 | 101001000 | 101101 | 101110 |
Color Harmonies of #AB4179
Complementary color
Monochromatic Colors of #AB4179
Black with #AB4179
Text Example
Text Example
White with #AB4179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4179; }
p { color: rgb(171,65,121); }
H1.HeaderClassName
{
color: #AB4179;
}
.AnyTagClassName
{
color: #AB4179;
}
</style>
background-color css
<style>
a { background-color: #AB4179; }
a { background-color: rgb(171,65,121); }
div.DivClassName
{
background-color: #AB4179;
}
.BgClassName
{
background-color: #AB4179;
}
</style>
border-color css
<style>
span { border-color: #AB4179; }
span { border-color: rgb(171,65,121); }
td.TdClassName
{
border-color: #AB4179;
}
.TagClassName
{
border-color: #AB4179;
}
</style>