Shades of Biloba Flower #AB8ADE
Tints of Biloba Flower #AB8ADE
RGB
CMYK
RGB Variations
Color information
#AB8ADE (or 0xAB8ADE) is known color: Biloba Flower. HEX triplet: AB, 8A and DE. RGB value is (171,138,222). Sum of RGB (Red+Green+Blue) = 171+138+222=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB8ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8ADE is #547521. Grayscale: #9D9D9D. Windows color (decimal): -5535010 or 14584491. OLE color: 14584491.
HSL color Cylindrical-coordinate representation of color #AB8ADE: hue angle of 263.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB8ADE is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 138 | 222 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.13 |
| HSL | 263.57º | 0.56% | 0.71% | - |
| HSV(B) | 263.57º | 0.38% | 0.87% | - |
| XYZ | 39.07 | 32.11 | 73.25 | - |
| YUV | 157.44 | 164.43 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 222 | 0.23 | 0.38 | 0 | 0.13 | 263.57 | 0.56 | 0.71 |
| Hex | AB | 8A | DE | 17 | 26 | 0 | D | 108 | 38 | 47 |
| Octal | 253 | 212 | 336 | 27 | 46 | 0 | 15 | 410 | 70 | 107 |
| Binary | 10101011 | 10001010 | 11011110 | 10111 | 100110 | 0 | 1101 | 100001000 | 111000 | 1000111 |
Color Harmonies of #AB8ADE
Complementary color
Monochromatic Colors of #AB8ADE
Black with #AB8ADE
Text Example
Text Example
White with #AB8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8ADE; }
p { color: rgb(171,138,222); }
H1.HeaderClassName
{
color: #AB8ADE;
}
.AnyTagClassName
{
color: #AB8ADE;
}
</style>
background-color css
<style>
a { background-color: #AB8ADE; }
a { background-color: rgb(171,138,222); }
div.DivClassName
{
background-color: #AB8ADE;
}
.BgClassName
{
background-color: #AB8ADE;
}
</style>
border-color css
<style>
span { border-color: #AB8ADE; }
span { border-color: rgb(171,138,222); }
td.TdClassName
{
border-color: #AB8ADE;
}
.TagClassName
{
border-color: #AB8ADE;
}
</style>