Shades of Biloba Flower #A88DF3
Tints of Biloba Flower #A88DF3
RGB
CMYK
RGB Variations
Color information
#A88DF3 (or 0xA88DF3) is known color: Biloba Flower. HEX triplet: A8, 8D and F3. RGB value is (168,141,243). Sum of RGB (Red+Green+Blue) = 168+141+243=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 243 (95.31% from 255 or 44.02% from 552); Max value from RGB is 243 - color contains mainly: blue. Hex color #A88DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88DF3 is #57720C. Grayscale: #A0A0A0. Windows color (decimal): -5730829 or 15961512. OLE color: 15961512.
HSL color Cylindrical-coordinate representation of color #A88DF3: hue angle of 255.88º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A88DF3 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 141 | 243 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.05 |
| HSL | 255.88º | 0.81% | 0.75% | - |
| HSV(B) | 255.88º | 0.42% | 0.95% | - |
| XYZ | 41.85 | 33.85 | 89.12 | - |
| YUV | 160.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 243 | 0.31 | 0.42 | 0 | 0.05 | 255.88 | 0.81 | 0.75 |
| Hex | A8 | 8D | F3 | 1F | 2A | 0 | 5 | 100 | 51 | 4B |
| Octal | 250 | 215 | 363 | 37 | 52 | 0 | 5 | 400 | 121 | 113 |
| Binary | 10101000 | 10001101 | 11110011 | 11111 | 101010 | 0 | 101 | 100000000 | 1010001 | 1001011 |
Color Harmonies of #A88DF3
Complementary color
Monochromatic Colors of #A88DF3
Black with #A88DF3
Text Example
Text Example
White with #A88DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DF3; }
p { color: rgb(168,141,243); }
H1.HeaderClassName
{
color: #A88DF3;
}
.AnyTagClassName
{
color: #A88DF3;
}
</style>
background-color css
<style>
a { background-color: #A88DF3; }
a { background-color: rgb(168,141,243); }
div.DivClassName
{
background-color: #A88DF3;
}
.BgClassName
{
background-color: #A88DF3;
}
</style>
border-color css
<style>
span { border-color: #A88DF3; }
span { border-color: rgb(168,141,243); }
td.TdClassName
{
border-color: #A88DF3;
}
.TagClassName
{
border-color: #A88DF3;
}
</style>