Shades of Biloba Flower #AB9DDD
Tints of Biloba Flower #AB9DDD
RGB
CMYK
RGB Variations
Color information
#AB9DDD (or 0xAB9DDD) is known color: Biloba Flower. HEX triplet: AB, 9D and DD. RGB value is (171,157,221). Sum of RGB (Red+Green+Blue) = 171+157+221=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB9DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DDD is #546222. Grayscale: #A8A8A8. Windows color (decimal): -5530147 or 14523819. OLE color: 14523819.
HSL color Cylindrical-coordinate representation of color #AB9DDD: hue angle of 253.12º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9DDD is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 157 | 221 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.13 |
| HSL | 253.13º | 0.48% | 0.74% | - |
| HSV(B) | 253.13º | 0.29% | 0.87% | - |
| XYZ | 41.9 | 37.99 | 73.53 | - |
| YUV | 168.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 221 | 0.23 | 0.29 | 0 | 0.13 | 253.13 | 0.48 | 0.74 |
| Hex | AB | 9D | DD | 17 | 1D | 0 | D | FD | 30 | 4A |
| Octal | 253 | 235 | 335 | 27 | 35 | 0 | 15 | 375 | 60 | 112 |
| Binary | 10101011 | 10011101 | 11011101 | 10111 | 11101 | 0 | 1101 | 11111101 | 110000 | 1001010 |
Color Harmonies of #AB9DDD
Complementary color
Monochromatic Colors of #AB9DDD
Black with #AB9DDD
Text Example
Text Example
White with #AB9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DDD; }
p { color: rgb(171,157,221); }
H1.HeaderClassName
{
color: #AB9DDD;
}
.AnyTagClassName
{
color: #AB9DDD;
}
</style>
background-color css
<style>
a { background-color: #AB9DDD; }
a { background-color: rgb(171,157,221); }
div.DivClassName
{
background-color: #AB9DDD;
}
.BgClassName
{
background-color: #AB9DDD;
}
</style>
border-color css
<style>
span { border-color: #AB9DDD; }
span { border-color: rgb(171,157,221); }
td.TdClassName
{
border-color: #AB9DDD;
}
.TagClassName
{
border-color: #AB9DDD;
}
</style>