Shades of Biloba Flower #A88CDF
Tints of Biloba Flower #A88CDF
RGB
CMYK
RGB Variations
Color information
#A88CDF (or 0xA88CDF) is known color: Biloba Flower. HEX triplet: A8, 8C and DF. RGB value is (168,140,223). Sum of RGB (Red+Green+Blue) = 168+140+223=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #A88CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88CDF is #577320. Grayscale: #9D9D9D. Windows color (decimal): -5731105 or 14650536. OLE color: 14650536.
HSL color Cylindrical-coordinate representation of color #A88CDF: hue angle of 260.24º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A88CDF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 140 | 223 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.13 |
| HSL | 260.24º | 0.56% | 0.71% | - |
| HSV(B) | 260.24º | 0.37% | 0.87% | - |
| XYZ | 38.85 | 32.41 | 74.02 | - |
| YUV | 157.83 | 164.78 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 140 | 223 | 0.25 | 0.37 | 0 | 0.13 | 260.24 | 0.56 | 0.71 |
| Hex | A8 | 8C | DF | 19 | 25 | 0 | D | 104 | 38 | 47 |
| Octal | 250 | 214 | 337 | 31 | 45 | 0 | 15 | 404 | 70 | 107 |
| Binary | 10101000 | 10001100 | 11011111 | 11001 | 100101 | 0 | 1101 | 100000100 | 111000 | 1000111 |
Color Harmonies of #A88CDF
Complementary color
Monochromatic Colors of #A88CDF
Black with #A88CDF
Text Example
Text Example
White with #A88CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88CDF; }
p { color: rgb(168,140,223); }
H1.HeaderClassName
{
color: #A88CDF;
}
.AnyTagClassName
{
color: #A88CDF;
}
</style>
background-color css
<style>
a { background-color: #A88CDF; }
a { background-color: rgb(168,140,223); }
div.DivClassName
{
background-color: #A88CDF;
}
.BgClassName
{
background-color: #A88CDF;
}
</style>
border-color css
<style>
span { border-color: #A88CDF; }
span { border-color: rgb(168,140,223); }
td.TdClassName
{
border-color: #A88CDF;
}
.TagClassName
{
border-color: #A88CDF;
}
</style>