Shades of Biloba Flower #AB8ACF
Tints of Biloba Flower #AB8ACF
RGB
CMYK
RGB Variations
Color information
#AB8ACF (or 0xAB8ACF) is known color: Biloba Flower. HEX triplet: AB, 8A and CF. RGB value is (171,138,207). Sum of RGB (Red+Green+Blue) = 171+138+207=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB8ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ACF is #547530. Grayscale: #9B9B9B. Windows color (decimal): -5535025 or 13601451. OLE color: 13601451.
HSL color Cylindrical-coordinate representation of color #AB8ACF: hue angle of 268.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB8ACF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 138 | 207 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.19 |
| HSL | 268.7º | 0.42% | 0.68% | - |
| HSV(B) | 268.7º | 0.33% | 0.81% | - |
| XYZ | 37.15 | 31.34 | 63.12 | - |
| YUV | 155.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 207 | 0.17 | 0.33 | 0 | 0.19 | 268.7 | 0.42 | 0.68 |
| Hex | AB | 8A | CF | 11 | 21 | 0 | 13 | 10D | 2A | 44 |
| Octal | 253 | 212 | 317 | 21 | 41 | 0 | 23 | 415 | 52 | 104 |
| Binary | 10101011 | 10001010 | 11001111 | 10001 | 100001 | 0 | 10011 | 100001101 | 101010 | 1000100 |
Color Harmonies of #AB8ACF
Complementary color
Monochromatic Colors of #AB8ACF
Black with #AB8ACF
Text Example
Text Example
White with #AB8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ACF; }
p { color: rgb(171,138,207); }
H1.HeaderClassName
{
color: #AB8ACF;
}
.AnyTagClassName
{
color: #AB8ACF;
}
</style>
background-color css
<style>
a { background-color: #AB8ACF; }
a { background-color: rgb(171,138,207); }
div.DivClassName
{
background-color: #AB8ACF;
}
.BgClassName
{
background-color: #AB8ACF;
}
</style>
border-color css
<style>
span { border-color: #AB8ACF; }
span { border-color: rgb(171,138,207); }
td.TdClassName
{
border-color: #AB8ACF;
}
.TagClassName
{
border-color: #AB8ACF;
}
</style>