Shades of Royal Heath #AB3E75
Tints of Royal Heath #AB3E75
RGB
CMYK
RGB Variations
Color information
#AB3E75 (or 0xAB3E75) is known color: Royal Heath. HEX triplet: AB, 3E and 75. RGB value is (171,62,117). Sum of RGB (Red+Green+Blue) = 171+62+117=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3E75 is #54C18A. Grayscale: #646464. Windows color (decimal): -5554571 or 7683755. OLE color: 7683755.
HSL color Cylindrical-coordinate representation of color #AB3E75: hue angle of 329.72º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E75 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 62 | 117 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.33 |
| HSL | 329.72º | 0.47% | 0.46% | - |
| HSV(B) | 329.72º | 0.64% | 0.67% | - |
| XYZ | 21.73 | 13.39 | 18.27 | - |
| YUV | 100.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 62 | 117 | 0 | 0.64 | 0.32 | 0.33 | 329.72 | 0.47 | 0.46 |
| Hex | AB | 3E | 75 | 0 | 40 | 20 | 21 | 14A | 2F | 2E |
| Octal | 253 | 76 | 165 | 0 | 100 | 40 | 41 | 512 | 57 | 56 |
| Binary | 10101011 | 111110 | 1110101 | 0 | 1000000 | 100000 | 100001 | 101001010 | 101111 | 101110 |
Color Harmonies of #AB3E75
Complementary color
Monochromatic Colors of #AB3E75
Black with #AB3E75
Text Example
Text Example
White with #AB3E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3E75; }
p { color: rgb(171,62,117); }
H1.HeaderClassName
{
color: #AB3E75;
}
.AnyTagClassName
{
color: #AB3E75;
}
</style>
background-color css
<style>
a { background-color: #AB3E75; }
a { background-color: rgb(171,62,117); }
div.DivClassName
{
background-color: #AB3E75;
}
.BgClassName
{
background-color: #AB3E75;
}
</style>
border-color css
<style>
span { border-color: #AB3E75; }
span { border-color: rgb(171,62,117); }
td.TdClassName
{
border-color: #AB3E75;
}
.TagClassName
{
border-color: #AB3E75;
}
</style>