Shades of Royal Heath #AB3F78
Tints of Royal Heath #AB3F78
RGB
CMYK
RGB Variations
Color information
#AB3F78 (or 0xAB3F78) is known color: Royal Heath. HEX triplet: AB, 3F and 78. RGB value is (171,63,120). Sum of RGB (Red+Green+Blue) = 171+63+120=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F78 is #54C087. Grayscale: #656565. Windows color (decimal): -5554312 or 7880619. OLE color: 7880619.
HSL color Cylindrical-coordinate representation of color #AB3F78: hue angle of 328.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F78 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 120 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.33 |
| HSL | 328.33º | 0.46% | 0.46% | - |
| HSV(B) | 328.33º | 0.63% | 0.67% | - |
| XYZ | 21.96 | 13.57 | 19.23 | - |
| YUV | 101.79 | 138.28 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 120 | 0 | 0.63 | 0.30 | 0.33 | 328.33 | 0.46 | 0.46 |
| Hex | AB | 3F | 78 | 0 | 3F | 1E | 21 | 148 | 2E | 2E |
| Octal | 253 | 77 | 170 | 0 | 77 | 36 | 41 | 510 | 56 | 56 |
| Binary | 10101011 | 111111 | 1111000 | 0 | 111111 | 11110 | 100001 | 101001000 | 101110 | 101110 |
Color Harmonies of #AB3F78
Complementary color
Monochromatic Colors of #AB3F78
Black with #AB3F78
Text Example
Text Example
White with #AB3F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F78; }
p { color: rgb(171,63,120); }
H1.HeaderClassName
{
color: #AB3F78;
}
.AnyTagClassName
{
color: #AB3F78;
}
</style>
background-color css
<style>
a { background-color: #AB3F78; }
a { background-color: rgb(171,63,120); }
div.DivClassName
{
background-color: #AB3F78;
}
.BgClassName
{
background-color: #AB3F78;
}
</style>
border-color css
<style>
span { border-color: #AB3F78; }
span { border-color: rgb(171,63,120); }
td.TdClassName
{
border-color: #AB3F78;
}
.TagClassName
{
border-color: #AB3F78;
}
</style>