Shades of Biloba Flower #AB93DF
Tints of Biloba Flower #AB93DF
RGB
CMYK
RGB Variations
Color information
#AB93DF (or 0xAB93DF) is known color: Biloba Flower. HEX triplet: AB, 93 and DF. RGB value is (171,147,223). Sum of RGB (Red+Green+Blue) = 171+147+223=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93DF is #546C20. Grayscale: #A2A2A2. Windows color (decimal): -5532705 or 14652331. OLE color: 14652331.
HSL color Cylindrical-coordinate representation of color #AB93DF: hue angle of 258.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB93DF is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 147 | 223 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.13 |
| HSL | 258.95º | 0.54% | 0.73% | - |
| HSV(B) | 258.95º | 0.34% | 0.87% | - |
| XYZ | 40.55 | 34.85 | 74.4 | - |
| YUV | 162.84 | 161.95 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 147 | 223 | 0.23 | 0.34 | 0 | 0.13 | 258.95 | 0.54 | 0.73 |
| Hex | AB | 93 | DF | 17 | 22 | 0 | D | 103 | 36 | 49 |
| Octal | 253 | 223 | 337 | 27 | 42 | 0 | 15 | 403 | 66 | 111 |
| Binary | 10101011 | 10010011 | 11011111 | 10111 | 100010 | 0 | 1101 | 100000011 | 110110 | 1001001 |
Color Harmonies of #AB93DF
Complementary color
Monochromatic Colors of #AB93DF
Black with #AB93DF
Text Example
Text Example
White with #AB93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB93DF; }
p { color: rgb(171,147,223); }
H1.HeaderClassName
{
color: #AB93DF;
}
.AnyTagClassName
{
color: #AB93DF;
}
</style>
background-color css
<style>
a { background-color: #AB93DF; }
a { background-color: rgb(171,147,223); }
div.DivClassName
{
background-color: #AB93DF;
}
.BgClassName
{
background-color: #AB93DF;
}
</style>
border-color css
<style>
span { border-color: #AB93DF; }
span { border-color: rgb(171,147,223); }
td.TdClassName
{
border-color: #AB93DF;
}
.TagClassName
{
border-color: #AB93DF;
}
</style>