Shades of Royal Heath #AB3F73
Tints of Royal Heath #AB3F73
RGB
CMYK
RGB Variations
Color information
#AB3F73 (or 0xAB3F73) is known color: Royal Heath. HEX triplet: AB, 3F and 73. RGB value is (171,63,115). Sum of RGB (Red+Green+Blue) = 171+63+115=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3F73 is #54C08C. Grayscale: #656565. Windows color (decimal): -5554317 or 7552939. OLE color: 7552939.
HSL color Cylindrical-coordinate representation of color #AB3F73: hue angle of 331.11º 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 #AB3F73 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 115 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.33 |
| HSL | 331.11º | 0.46% | 0.46% | - |
| HSV(B) | 331.11º | 0.63% | 0.67% | - |
| XYZ | 21.67 | 13.45 | 17.67 | - |
| YUV | 101.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 115 | 0 | 0.63 | 0.33 | 0.33 | 331.11 | 0.46 | 0.46 |
| Hex | AB | 3F | 73 | 0 | 3F | 21 | 21 | 14B | 2E | 2E |
| Octal | 253 | 77 | 163 | 0 | 77 | 41 | 41 | 513 | 56 | 56 |
| Binary | 10101011 | 111111 | 1110011 | 0 | 111111 | 100001 | 100001 | 101001011 | 101110 | 101110 |
Color Harmonies of #AB3F73
Complementary color
Monochromatic Colors of #AB3F73
Black with #AB3F73
Text Example
Text Example
White with #AB3F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F73; }
p { color: rgb(171,63,115); }
H1.HeaderClassName
{
color: #AB3F73;
}
.AnyTagClassName
{
color: #AB3F73;
}
</style>
background-color css
<style>
a { background-color: #AB3F73; }
a { background-color: rgb(171,63,115); }
div.DivClassName
{
background-color: #AB3F73;
}
.BgClassName
{
background-color: #AB3F73;
}
</style>
border-color css
<style>
span { border-color: #AB3F73; }
span { border-color: rgb(171,63,115); }
td.TdClassName
{
border-color: #AB3F73;
}
.TagClassName
{
border-color: #AB3F73;
}
</style>