Shades of Apple Blossom #AB514E
Tints of Apple Blossom #AB514E
RGB
CMYK
RGB Variations
Color information
#AB514E (or 0xAB514E) is known color: Apple Blossom. HEX triplet: AB, 51 and 4E. RGB value is (171,81,78). Sum of RGB (Red+Green+Blue) = 171+81+78=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB514E is #54AEB1. Grayscale: #6B6B6B. Windows color (decimal): -5549746 or 5132715. OLE color: 5132715.
HSL color Cylindrical-coordinate representation of color #AB514E: hue angle of 1.94º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB514E is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 78 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.33 |
| HSL | 1.94º | 0.37% | 0.49% | - |
| HSV(B) | 1.94º | 0.54% | 0.67% | - |
| XYZ | 21.11 | 15.09 | 9.01 | - |
| YUV | 107.57 | 111.32 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 78 | 0 | 0.53 | 0.54 | 0.33 | 1.94 | 0.37 | 0.49 |
| Hex | AB | 51 | 4E | 0 | 35 | 36 | 21 | 2 | 25 | 31 |
| Octal | 253 | 121 | 116 | 0 | 65 | 66 | 41 | 2 | 45 | 61 |
| Binary | 10101011 | 1010001 | 1001110 | 0 | 110101 | 110110 | 100001 | 10 | 100101 | 110001 |
Color Harmonies of #AB514E
Complementary color
Monochromatic Colors of #AB514E
Black with #AB514E
Text Example
Text Example
White with #AB514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB514E; }
p { color: rgb(171,81,78); }
H1.HeaderClassName
{
color: #AB514E;
}
.AnyTagClassName
{
color: #AB514E;
}
</style>
background-color css
<style>
a { background-color: #AB514E; }
a { background-color: rgb(171,81,78); }
div.DivClassName
{
background-color: #AB514E;
}
.BgClassName
{
background-color: #AB514E;
}
</style>
border-color css
<style>
span { border-color: #AB514E; }
span { border-color: rgb(171,81,78); }
td.TdClassName
{
border-color: #AB514E;
}
.TagClassName
{
border-color: #AB514E;
}
</style>