Shades of Biloba Flower #AB8AFF
Tints of Biloba Flower #AB8AFF
RGB
CMYK
RGB Variations
Color information
#AB8AFF (or 0xAB8AFF) is known color: Biloba Flower. HEX triplet: AB, 8A and FF. RGB value is (171,138,255). Sum of RGB (Red+Green+Blue) = 171+138+255=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB8AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AFF is #547500. Grayscale: #A0A0A0. Windows color (decimal): -5534977 or 16747179. OLE color: 16747179.
HSL color Cylindrical-coordinate representation of color #AB8AFF: hue angle of 256.92º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB8AFF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 138 | 255 | - |
| CMYK | 0.33 | 0.46 | 0 | 0 |
| HSL | 256.92º | 1% | 0.77% | - |
| HSV(B) | 256.92º | 0.46% | 1% | - |
| XYZ | 43.93 | 34.05 | 98.87 | - |
| YUV | 161.21 | 180.93 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 255 | 0.33 | 0.46 | 0 | 0 | 256.92 | 1 | 0.77 |
| Hex | AB | 8A | FF | 21 | 2E | 0 | 0 | 101 | 64 | 4D |
| Octal | 253 | 212 | 377 | 41 | 56 | 0 | 0 | 401 | 144 | 115 |
| Binary | 10101011 | 10001010 | 11111111 | 100001 | 101110 | 0 | 0 | 100000001 | 1100100 | 1001101 |
Color Harmonies of #AB8AFF
Complementary color
Monochromatic Colors of #AB8AFF
Black with #AB8AFF
Text Example
Text Example
White with #AB8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AFF; }
p { color: rgb(171,138,255); }
H1.HeaderClassName
{
color: #AB8AFF;
}
.AnyTagClassName
{
color: #AB8AFF;
}
</style>
background-color css
<style>
a { background-color: #AB8AFF; }
a { background-color: rgb(171,138,255); }
div.DivClassName
{
background-color: #AB8AFF;
}
.BgClassName
{
background-color: #AB8AFF;
}
</style>
border-color css
<style>
span { border-color: #AB8AFF; }
span { border-color: rgb(171,138,255); }
td.TdClassName
{
border-color: #AB8AFF;
}
.TagClassName
{
border-color: #AB8AFF;
}
</style>