Shades of Biloba Flower #AB8AFE
Tints of Biloba Flower #AB8AFE
RGB
CMYK
RGB Variations
Color information
#AB8AFE (or 0xAB8AFE) is known color: Biloba Flower. HEX triplet: AB, 8A and FE. RGB value is (171,138,254). Sum of RGB (Red+Green+Blue) = 171+138+254=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB8AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AFE is #547501. Grayscale: #A0A0A0. Windows color (decimal): -5534978 or 16681643. OLE color: 16681643.
HSL color Cylindrical-coordinate representation of color #AB8AFE: hue angle of 257.07º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB8AFE is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 138 | 254 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.00 |
| HSL | 257.07º | 0.98% | 0.77% | - |
| HSV(B) | 257.07º | 0.46% | 1% | - |
| XYZ | 43.77 | 33.99 | 98.02 | - |
| YUV | 161.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 254 | 0.33 | 0.46 | 0 | 0.00 | 257.07 | 0.98 | 0.77 |
| Hex | AB | 8A | FE | 21 | 2E | 0 | 0 | 101 | 62 | 4D |
| Octal | 253 | 212 | 376 | 41 | 56 | 0 | 0 | 401 | 142 | 115 |
| Binary | 10101011 | 10001010 | 11111110 | 100001 | 101110 | 0 | 0 | 100000001 | 1100010 | 1001101 |
Color Harmonies of #AB8AFE
Complementary color
Monochromatic Colors of #AB8AFE
Black with #AB8AFE
Text Example
Text Example
White with #AB8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AFE; }
p { color: rgb(171,138,254); }
H1.HeaderClassName
{
color: #AB8AFE;
}
.AnyTagClassName
{
color: #AB8AFE;
}
</style>
background-color css
<style>
a { background-color: #AB8AFE; }
a { background-color: rgb(171,138,254); }
div.DivClassName
{
background-color: #AB8AFE;
}
.BgClassName
{
background-color: #AB8AFE;
}
</style>
border-color css
<style>
span { border-color: #AB8AFE; }
span { border-color: rgb(171,138,254); }
td.TdClassName
{
border-color: #AB8AFE;
}
.TagClassName
{
border-color: #AB8AFE;
}
</style>