Shades of Royal Heath #AB5378
Tints of Royal Heath #AB5378
RGB
CMYK
RGB Variations
Color information
#AB5378 (or 0xAB5378) is known color: Royal Heath. HEX triplet: AB, 53 and 78. RGB value is (171,83,120). Sum of RGB (Red+Green+Blue) = 171+83+120=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5378 is #54AC87. Grayscale: #717171. Windows color (decimal): -5549192 or 7885739. OLE color: 7885739.
HSL color Cylindrical-coordinate representation of color #AB5378: hue angle of 334.77º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5378 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 120 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.33 |
| HSL | 334.77º | 0.35% | 0.5% | - |
| HSV(B) | 334.77º | 0.51% | 0.67% | - |
| XYZ | 23.28 | 16.2 | 19.67 | - |
| YUV | 113.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 120 | 0 | 0.51 | 0.30 | 0.33 | 334.77 | 0.35 | 0.5 |
| Hex | AB | 53 | 78 | 0 | 33 | 1E | 21 | 14F | 23 | 32 |
| Octal | 253 | 123 | 170 | 0 | 63 | 36 | 41 | 517 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1111000 | 0 | 110011 | 11110 | 100001 | 101001111 | 100011 | 110010 |
Color Harmonies of #AB5378
Complementary color
Monochromatic Colors of #AB5378
Black with #AB5378
Text Example
Text Example
White with #AB5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5378; }
p { color: rgb(171,83,120); }
H1.HeaderClassName
{
color: #AB5378;
}
.AnyTagClassName
{
color: #AB5378;
}
</style>
background-color css
<style>
a { background-color: #AB5378; }
a { background-color: rgb(171,83,120); }
div.DivClassName
{
background-color: #AB5378;
}
.BgClassName
{
background-color: #AB5378;
}
</style>
border-color css
<style>
span { border-color: #AB5378; }
span { border-color: rgb(171,83,120); }
td.TdClassName
{
border-color: #AB5378;
}
.TagClassName
{
border-color: #AB5378;
}
</style>