Shades of Biloba Flower #AB9DD3
Tints of Biloba Flower #AB9DD3
RGB
CMYK
RGB Variations
Color information
#AB9DD3 (or 0xAB9DD3) is known color: Biloba Flower. HEX triplet: AB, 9D and D3. RGB value is (171,157,211). Sum of RGB (Red+Green+Blue) = 171+157+211=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 211 (82.81% from 255 or 39.15% from 539); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB9DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DD3 is #54622C. Grayscale: #A7A7A7. Windows color (decimal): -5530157 or 13868459. OLE color: 13868459.
HSL color Cylindrical-coordinate representation of color #AB9DD3: hue angle of 255.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AB9DD3 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 157 | 211 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.17 |
| HSL | 255.56º | 0.38% | 0.72% | - |
| HSV(B) | 255.56º | 0.26% | 0.83% | - |
| XYZ | 40.61 | 37.48 | 66.72 | - |
| YUV | 167.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 211 | 0.19 | 0.26 | 0 | 0.17 | 255.56 | 0.38 | 0.72 |
| Hex | AB | 9D | D3 | 13 | 1A | 0 | 11 | 100 | 26 | 48 |
| Octal | 253 | 235 | 323 | 23 | 32 | 0 | 21 | 400 | 46 | 110 |
| Binary | 10101011 | 10011101 | 11010011 | 10011 | 11010 | 0 | 10001 | 100000000 | 100110 | 1001000 |
Color Harmonies of #AB9DD3
Complementary color
Monochromatic Colors of #AB9DD3
Black with #AB9DD3
Text Example
Text Example
White with #AB9DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DD3; }
p { color: rgb(171,157,211); }
H1.HeaderClassName
{
color: #AB9DD3;
}
.AnyTagClassName
{
color: #AB9DD3;
}
</style>
background-color css
<style>
a { background-color: #AB9DD3; }
a { background-color: rgb(171,157,211); }
div.DivClassName
{
background-color: #AB9DD3;
}
.BgClassName
{
background-color: #AB9DD3;
}
</style>
border-color css
<style>
span { border-color: #AB9DD3; }
span { border-color: rgb(171,157,211); }
td.TdClassName
{
border-color: #AB9DD3;
}
.TagClassName
{
border-color: #AB9DD3;
}
</style>