Shades of Biloba Flower #AB8CDF
Tints of Biloba Flower #AB8CDF
RGB
CMYK
RGB Variations
Color information
#AB8CDF (or 0xAB8CDF) is known color: Biloba Flower. HEX triplet: AB, 8C and DF. RGB value is (171,140,223). Sum of RGB (Red+Green+Blue) = 171+140+223=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CDF is #547320. Grayscale: #9E9E9E. Windows color (decimal): -5534497 or 14650539. OLE color: 14650539.
HSL color Cylindrical-coordinate representation of color #AB8CDF: hue angle of 262.41º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8CDF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 140 | 223 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.13 |
| HSL | 262.41º | 0.56% | 0.71% | - |
| HSV(B) | 262.41º | 0.37% | 0.87% | - |
| XYZ | 39.49 | 32.74 | 74.05 | - |
| YUV | 158.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 223 | 0.23 | 0.37 | 0 | 0.13 | 262.41 | 0.56 | 0.71 |
| Hex | AB | 8C | DF | 17 | 25 | 0 | D | 106 | 38 | 47 |
| Octal | 253 | 214 | 337 | 27 | 45 | 0 | 15 | 406 | 70 | 107 |
| Binary | 10101011 | 10001100 | 11011111 | 10111 | 100101 | 0 | 1101 | 100000110 | 111000 | 1000111 |
Color Harmonies of #AB8CDF
Complementary color
Monochromatic Colors of #AB8CDF
Black with #AB8CDF
Text Example
Text Example
White with #AB8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CDF; }
p { color: rgb(171,140,223); }
H1.HeaderClassName
{
color: #AB8CDF;
}
.AnyTagClassName
{
color: #AB8CDF;
}
</style>
background-color css
<style>
a { background-color: #AB8CDF; }
a { background-color: rgb(171,140,223); }
div.DivClassName
{
background-color: #AB8CDF;
}
.BgClassName
{
background-color: #AB8CDF;
}
</style>
border-color css
<style>
span { border-color: #AB8CDF; }
span { border-color: rgb(171,140,223); }
td.TdClassName
{
border-color: #AB8CDF;
}
.TagClassName
{
border-color: #AB8CDF;
}
</style>