Shades of Royal Heath #AB447B
Tints of Royal Heath #AB447B
RGB
CMYK
RGB Variations
Color information
#AB447B (or 0xAB447B) is known color: Royal Heath. HEX triplet: AB, 44 and 7B. RGB value is (171,68,123). Sum of RGB (Red+Green+Blue) = 171+68+123=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB447B is #54BB84. Grayscale: #686868. Windows color (decimal): -5553029 or 8078507. OLE color: 8078507.
HSL color Cylindrical-coordinate representation of color #AB447B: hue angle of 327.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB447B is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 123 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.33 |
| HSL | 327.96º | 0.43% | 0.47% | - |
| HSV(B) | 327.96º | 0.6% | 0.67% | - |
| XYZ | 22.44 | 14.22 | 20.3 | - |
| YUV | 105.07 | 138.12 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 123 | 0 | 0.60 | 0.28 | 0.33 | 327.96 | 0.43 | 0.47 |
| Hex | AB | 44 | 7B | 0 | 3C | 1C | 21 | 148 | 2B | 2F |
| Octal | 253 | 104 | 173 | 0 | 74 | 34 | 41 | 510 | 53 | 57 |
| Binary | 10101011 | 1000100 | 1111011 | 0 | 111100 | 11100 | 100001 | 101001000 | 101011 | 101111 |
Color Harmonies of #AB447B
Complementary color
Monochromatic Colors of #AB447B
Black with #AB447B
Text Example
Text Example
White with #AB447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB447B; }
p { color: rgb(171,68,123); }
H1.HeaderClassName
{
color: #AB447B;
}
.AnyTagClassName
{
color: #AB447B;
}
</style>
background-color css
<style>
a { background-color: #AB447B; }
a { background-color: rgb(171,68,123); }
div.DivClassName
{
background-color: #AB447B;
}
.BgClassName
{
background-color: #AB447B;
}
</style>
border-color css
<style>
span { border-color: #AB447B; }
span { border-color: rgb(171,68,123); }
td.TdClassName
{
border-color: #AB447B;
}
.TagClassName
{
border-color: #AB447B;
}
</style>