Shades of Biloba Flower #A88FCF
Tints of Biloba Flower #A88FCF
RGB
CMYK
RGB Variations
Color information
#A88FCF (or 0xA88FCF) is known color: Biloba Flower. HEX triplet: A8, 8F and CF. RGB value is (168,143,207). Sum of RGB (Red+Green+Blue) = 168+143+207=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #A88FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FCF is #577030. Grayscale: #9D9D9D. Windows color (decimal): -5730353 or 13602728. OLE color: 13602728.
HSL color Cylindrical-coordinate representation of color #A88FCF: hue angle of 263.44º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A88FCF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 143 | 207 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.19 |
| HSL | 263.44º | 0.4% | 0.69% | - |
| HSV(B) | 263.44º | 0.31% | 0.81% | - |
| XYZ | 37.23 | 32.47 | 63.34 | - |
| YUV | 157.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 207 | 0.19 | 0.31 | 0 | 0.19 | 263.44 | 0.4 | 0.69 |
| Hex | A8 | 8F | CF | 13 | 1F | 0 | 13 | 107 | 28 | 45 |
| Octal | 250 | 217 | 317 | 23 | 37 | 0 | 23 | 407 | 50 | 105 |
| Binary | 10101000 | 10001111 | 11001111 | 10011 | 11111 | 0 | 10011 | 100000111 | 101000 | 1000101 |
Color Harmonies of #A88FCF
Complementary color
Monochromatic Colors of #A88FCF
Black with #A88FCF
Text Example
Text Example
White with #A88FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FCF; }
p { color: rgb(168,143,207); }
H1.HeaderClassName
{
color: #A88FCF;
}
.AnyTagClassName
{
color: #A88FCF;
}
</style>
background-color css
<style>
a { background-color: #A88FCF; }
a { background-color: rgb(168,143,207); }
div.DivClassName
{
background-color: #A88FCF;
}
.BgClassName
{
background-color: #A88FCF;
}
</style>
border-color css
<style>
span { border-color: #A88FCF; }
span { border-color: rgb(168,143,207); }
td.TdClassName
{
border-color: #A88FCF;
}
.TagClassName
{
border-color: #A88FCF;
}
</style>