Shades of Biloba Flower #AB95DB
Tints of Biloba Flower #AB95DB
RGB
CMYK
RGB Variations
Color information
#AB95DB (or 0xAB95DB) is known color: Biloba Flower. HEX triplet: AB, 95 and DB. RGB value is (171,149,219). Sum of RGB (Red+Green+Blue) = 171+149+219=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB95DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB95DB is #546A24. Grayscale: #A3A3A3. Windows color (decimal): -5532197 or 14390699. OLE color: 14390699.
HSL color Cylindrical-coordinate representation of color #AB95DB: hue angle of 258.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB95DB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 149 | 219 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.14 |
| HSL | 258.86º | 0.49% | 0.72% | - |
| HSV(B) | 258.86º | 0.32% | 0.86% | - |
| XYZ | 40.33 | 35.27 | 71.7 | - |
| YUV | 163.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 149 | 219 | 0.22 | 0.32 | 0 | 0.14 | 258.86 | 0.49 | 0.72 |
| Hex | AB | 95 | DB | 16 | 20 | 0 | E | 103 | 31 | 48 |
| Octal | 253 | 225 | 333 | 26 | 40 | 0 | 16 | 403 | 61 | 110 |
| Binary | 10101011 | 10010101 | 11011011 | 10110 | 100000 | 0 | 1110 | 100000011 | 110001 | 1001000 |
Color Harmonies of #AB95DB
Complementary color
Monochromatic Colors of #AB95DB
Black with #AB95DB
Text Example
Text Example
White with #AB95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB95DB; }
p { color: rgb(171,149,219); }
H1.HeaderClassName
{
color: #AB95DB;
}
.AnyTagClassName
{
color: #AB95DB;
}
</style>
background-color css
<style>
a { background-color: #AB95DB; }
a { background-color: rgb(171,149,219); }
div.DivClassName
{
background-color: #AB95DB;
}
.BgClassName
{
background-color: #AB95DB;
}
</style>
border-color css
<style>
span { border-color: #AB95DB; }
span { border-color: rgb(171,149,219); }
td.TdClassName
{
border-color: #AB95DB;
}
.TagClassName
{
border-color: #AB95DB;
}
</style>