Shades of Royal Heath #AB3A75
Tints of Royal Heath #AB3A75
RGB
CMYK
RGB Variations
Color information
#AB3A75 (or 0xAB3A75) is known color: Royal Heath. HEX triplet: AB, 3A and 75. RGB value is (171,58,117). Sum of RGB (Red+Green+Blue) = 171+58+117=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3A75 is #54C58A. Grayscale: #626262. Windows color (decimal): -5555595 or 7682731. OLE color: 7682731.
HSL color Cylindrical-coordinate representation of color #AB3A75: hue angle of 328.67º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A75 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 117 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.33 |
| HSL | 328.67º | 0.49% | 0.45% | - |
| HSV(B) | 328.67º | 0.66% | 0.67% | - |
| XYZ | 21.52 | 12.97 | 18.2 | - |
| YUV | 98.51 | 138.44 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 117 | 0 | 0.66 | 0.32 | 0.33 | 328.67 | 0.49 | 0.45 |
| Hex | AB | 3A | 75 | 0 | 42 | 20 | 21 | 149 | 31 | 2D |
| Octal | 253 | 72 | 165 | 0 | 102 | 40 | 41 | 511 | 61 | 55 |
| Binary | 10101011 | 111010 | 1110101 | 0 | 1000010 | 100000 | 100001 | 101001001 | 110001 | 101101 |
Color Harmonies of #AB3A75
Complementary color
Monochromatic Colors of #AB3A75
Black with #AB3A75
Text Example
Text Example
White with #AB3A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A75; }
p { color: rgb(171,58,117); }
H1.HeaderClassName
{
color: #AB3A75;
}
.AnyTagClassName
{
color: #AB3A75;
}
</style>
background-color css
<style>
a { background-color: #AB3A75; }
a { background-color: rgb(171,58,117); }
div.DivClassName
{
background-color: #AB3A75;
}
.BgClassName
{
background-color: #AB3A75;
}
</style>
border-color css
<style>
span { border-color: #AB3A75; }
span { border-color: rgb(171,58,117); }
td.TdClassName
{
border-color: #AB3A75;
}
.TagClassName
{
border-color: #AB3A75;
}
</style>