Shades of Royal Heath #AB467E
Tints of Royal Heath #AB467E
RGB
CMYK
RGB Variations
Color information
#AB467E (or 0xAB467E) is known color: Royal Heath. HEX triplet: AB, 46 and 7E. RGB value is (171,70,126). Sum of RGB (Red+Green+Blue) = 171+70+126=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB467E is #54B981. Grayscale: #6A6A6A. Windows color (decimal): -5552514 or 8275627. OLE color: 8275627.
HSL color Cylindrical-coordinate representation of color #AB467E: hue angle of 326.73º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB467E is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 126 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.33 |
| HSL | 326.73º | 0.42% | 0.47% | - |
| HSV(B) | 326.73º | 0.59% | 0.67% | - |
| XYZ | 22.75 | 14.54 | 21.35 | - |
| YUV | 106.58 | 138.96 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 126 | 0 | 0.59 | 0.26 | 0.33 | 326.73 | 0.42 | 0.47 |
| Hex | AB | 46 | 7E | 0 | 3B | 1A | 21 | 147 | 2A | 2F |
| Octal | 253 | 106 | 176 | 0 | 73 | 32 | 41 | 507 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1111110 | 0 | 111011 | 11010 | 100001 | 101000111 | 101010 | 101111 |
Color Harmonies of #AB467E
Complementary color
Monochromatic Colors of #AB467E
Black with #AB467E
Text Example
Text Example
White with #AB467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB467E; }
p { color: rgb(171,70,126); }
H1.HeaderClassName
{
color: #AB467E;
}
.AnyTagClassName
{
color: #AB467E;
}
</style>
background-color css
<style>
a { background-color: #AB467E; }
a { background-color: rgb(171,70,126); }
div.DivClassName
{
background-color: #AB467E;
}
.BgClassName
{
background-color: #AB467E;
}
</style>
border-color css
<style>
span { border-color: #AB467E; }
span { border-color: rgb(171,70,126); }
td.TdClassName
{
border-color: #AB467E;
}
.TagClassName
{
border-color: #AB467E;
}
</style>