Shades of Biloba Flower #A88CFC
Tints of Biloba Flower #A88CFC
RGB
CMYK
RGB Variations
Color information
#A88CFC (or 0xA88CFC) is known color: Biloba Flower. HEX triplet: A8, 8C and FC. RGB value is (168,140,252). Sum of RGB (Red+Green+Blue) = 168+140+252=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #A88CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88CFC is #577303. Grayscale: #A0A0A0. Windows color (decimal): -5731076 or 16551080. OLE color: 16551080.
HSL color Cylindrical-coordinate representation of color #A88CFC: hue angle of 255º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A88CFC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 140 | 252 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.01 |
| HSL | 255º | 0.95% | 0.77% | - |
| HSV(B) | 255º | 0.44% | 0.99% | - |
| XYZ | 43.1 | 34.11 | 96.41 | - |
| YUV | 161.14 | 179.28 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 252 | 0.33 | 0.44 | 0 | 0.01 | 255 | 0.95 | 0.77 |
| Hex | A8 | 8C | FC | 21 | 2C | 0 | 1 | FF | 5F | 4D |
| Octal | 250 | 214 | 374 | 41 | 54 | 0 | 1 | 377 | 137 | 115 |
| Binary | 10101000 | 10001100 | 11111100 | 100001 | 101100 | 0 | 1 | 11111111 | 1011111 | 1001101 |
Color Harmonies of #A88CFC
Complementary color
Monochromatic Colors of #A88CFC
Black with #A88CFC
Text Example
Text Example
White with #A88CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CFC; }
p { color: rgb(168,140,252); }
H1.HeaderClassName
{
color: #A88CFC;
}
.AnyTagClassName
{
color: #A88CFC;
}
</style>
background-color css
<style>
a { background-color: #A88CFC; }
a { background-color: rgb(168,140,252); }
div.DivClassName
{
background-color: #A88CFC;
}
.BgClassName
{
background-color: #A88CFC;
}
</style>
border-color css
<style>
span { border-color: #A88CFC; }
span { border-color: rgb(168,140,252); }
td.TdClassName
{
border-color: #A88CFC;
}
.TagClassName
{
border-color: #A88CFC;
}
</style>