Shades of Biloba Flower #A88DF4
Tints of Biloba Flower #A88DF4
RGB
CMYK
RGB Variations
Color information
#A88DF4 (or 0xA88DF4) is known color: Biloba Flower. HEX triplet: A8, 8D and F4. RGB value is (168,141,244). Sum of RGB (Red+Green+Blue) = 168+141+244=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #A88DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88DF4 is #57720B. Grayscale: #A0A0A0. Windows color (decimal): -5730828 or 16027048. OLE color: 16027048.
HSL color Cylindrical-coordinate representation of color #A88DF4: hue angle of 255.73º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88DF4 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 141 | 244 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.04 |
| HSL | 255.73º | 0.82% | 0.75% | - |
| HSV(B) | 255.73º | 0.42% | 0.96% | - |
| XYZ | 42 | 33.91 | 89.92 | - |
| YUV | 160.82 | 174.95 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 244 | 0.31 | 0.42 | 0 | 0.04 | 255.73 | 0.82 | 0.75 |
| Hex | A8 | 8D | F4 | 1F | 2A | 0 | 4 | 100 | 52 | 4B |
| Octal | 250 | 215 | 364 | 37 | 52 | 0 | 4 | 400 | 122 | 113 |
| Binary | 10101000 | 10001101 | 11110100 | 11111 | 101010 | 0 | 100 | 100000000 | 1010010 | 1001011 |
Color Harmonies of #A88DF4
Complementary color
Monochromatic Colors of #A88DF4
Black with #A88DF4
Text Example
Text Example
White with #A88DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DF4; }
p { color: rgb(168,141,244); }
H1.HeaderClassName
{
color: #A88DF4;
}
.AnyTagClassName
{
color: #A88DF4;
}
</style>
background-color css
<style>
a { background-color: #A88DF4; }
a { background-color: rgb(168,141,244); }
div.DivClassName
{
background-color: #A88DF4;
}
.BgClassName
{
background-color: #A88DF4;
}
</style>
border-color css
<style>
span { border-color: #A88DF4; }
span { border-color: rgb(168,141,244); }
td.TdClassName
{
border-color: #A88DF4;
}
.TagClassName
{
border-color: #A88DF4;
}
</style>