Shades of Biloba Flower #AB9CDA
Tints of Biloba Flower #AB9CDA
RGB
CMYK
RGB Variations
Color information
#AB9CDA (or 0xAB9CDA) is known color: Biloba Flower. HEX triplet: AB, 9C and DA. RGB value is (171,156,218). Sum of RGB (Red+Green+Blue) = 171+156+218=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB9CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9CDA is #546325. Grayscale: #A7A7A7. Windows color (decimal): -5530406 or 14326955. OLE color: 14326955.
HSL color Cylindrical-coordinate representation of color #AB9CDA: hue angle of 254.52º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AB9CDA is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 156 | 218 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.15 |
| HSL | 254.52º | 0.46% | 0.73% | - |
| HSV(B) | 254.52º | 0.28% | 0.85% | - |
| XYZ | 41.34 | 37.5 | 71.39 | - |
| YUV | 167.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 218 | 0.22 | 0.28 | 0 | 0.15 | 254.52 | 0.46 | 0.73 |
| Hex | AB | 9C | DA | 16 | 1C | 0 | F | FF | 2E | 49 |
| Octal | 253 | 234 | 332 | 26 | 34 | 0 | 17 | 377 | 56 | 111 |
| Binary | 10101011 | 10011100 | 11011010 | 10110 | 11100 | 0 | 1111 | 11111111 | 101110 | 1001001 |
Color Harmonies of #AB9CDA
Complementary color
Monochromatic Colors of #AB9CDA
Black with #AB9CDA
Text Example
Text Example
White with #AB9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CDA; }
p { color: rgb(171,156,218); }
H1.HeaderClassName
{
color: #AB9CDA;
}
.AnyTagClassName
{
color: #AB9CDA;
}
</style>
background-color css
<style>
a { background-color: #AB9CDA; }
a { background-color: rgb(171,156,218); }
div.DivClassName
{
background-color: #AB9CDA;
}
.BgClassName
{
background-color: #AB9CDA;
}
</style>
border-color css
<style>
span { border-color: #AB9CDA; }
span { border-color: rgb(171,156,218); }
td.TdClassName
{
border-color: #AB9CDA;
}
.TagClassName
{
border-color: #AB9CDA;
}
</style>