Shades of Biloba Flower #A88ED0
Tints of Biloba Flower #A88ED0
RGB
CMYK
RGB Variations
Color information
#A88ED0 (or 0xA88ED0) is known color: Biloba Flower. HEX triplet: A8, 8E and D0. RGB value is (168,142,208). Sum of RGB (Red+Green+Blue) = 168+142+208=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #A88ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ED0 is #57712F. Grayscale: #9D9D9D. Windows color (decimal): -5730608 or 13668008. OLE color: 13668008.
HSL color Cylindrical-coordinate representation of color #A88ED0: hue angle of 263.64º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A88ED0 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 142 | 208 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.18 |
| HSL | 263.64º | 0.41% | 0.69% | - |
| HSV(B) | 263.64º | 0.32% | 0.82% | - |
| XYZ | 37.21 | 32.22 | 63.93 | - |
| YUV | 157.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 142 | 208 | 0.19 | 0.32 | 0 | 0.18 | 263.64 | 0.41 | 0.69 |
| Hex | A8 | 8E | D0 | 13 | 20 | 0 | 12 | 108 | 29 | 45 |
| Octal | 250 | 216 | 320 | 23 | 40 | 0 | 22 | 410 | 51 | 105 |
| Binary | 10101000 | 10001110 | 11010000 | 10011 | 100000 | 0 | 10010 | 100001000 | 101001 | 1000101 |
Color Harmonies of #A88ED0
Complementary color
Monochromatic Colors of #A88ED0
Black with #A88ED0
Text Example
Text Example
White with #A88ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88ED0; }
p { color: rgb(168,142,208); }
H1.HeaderClassName
{
color: #A88ED0;
}
.AnyTagClassName
{
color: #A88ED0;
}
</style>
background-color css
<style>
a { background-color: #A88ED0; }
a { background-color: rgb(168,142,208); }
div.DivClassName
{
background-color: #A88ED0;
}
.BgClassName
{
background-color: #A88ED0;
}
</style>
border-color css
<style>
span { border-color: #A88ED0; }
span { border-color: rgb(168,142,208); }
td.TdClassName
{
border-color: #A88ED0;
}
.TagClassName
{
border-color: #A88ED0;
}
</style>