Shades of Biloba Flower #A88FDF
Tints of Biloba Flower #A88FDF
RGB
CMYK
RGB Variations
Color information
#A88FDF (or 0xA88FDF) is known color: Biloba Flower. HEX triplet: A8, 8F and DF. RGB value is (168,143,223). Sum of RGB (Red+Green+Blue) = 168+143+223=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #A88FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FDF is #577020. Grayscale: #9F9F9F. Windows color (decimal): -5730337 or 14651304. OLE color: 14651304.
HSL color Cylindrical-coordinate representation of color #A88FDF: hue angle of 258.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88FDF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 143 | 223 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.13 |
| HSL | 258.75º | 0.56% | 0.72% | - |
| HSV(B) | 258.75º | 0.36% | 0.87% | - |
| XYZ | 39.29 | 33.3 | 74.17 | - |
| YUV | 159.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 143 | 223 | 0.25 | 0.36 | 0 | 0.13 | 258.75 | 0.56 | 0.72 |
| Hex | A8 | 8F | DF | 19 | 24 | 0 | D | 103 | 38 | 48 |
| Octal | 250 | 217 | 337 | 31 | 44 | 0 | 15 | 403 | 70 | 110 |
| Binary | 10101000 | 10001111 | 11011111 | 11001 | 100100 | 0 | 1101 | 100000011 | 111000 | 1001000 |
Color Harmonies of #A88FDF
Complementary color
Monochromatic Colors of #A88FDF
Black with #A88FDF
Text Example
Text Example
White with #A88FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88FDF; }
p { color: rgb(168,143,223); }
H1.HeaderClassName
{
color: #A88FDF;
}
.AnyTagClassName
{
color: #A88FDF;
}
</style>
background-color css
<style>
a { background-color: #A88FDF; }
a { background-color: rgb(168,143,223); }
div.DivClassName
{
background-color: #A88FDF;
}
.BgClassName
{
background-color: #A88FDF;
}
</style>
border-color css
<style>
span { border-color: #A88FDF; }
span { border-color: rgb(168,143,223); }
td.TdClassName
{
border-color: #A88FDF;
}
.TagClassName
{
border-color: #A88FDF;
}
</style>