Shades of Biloba Flower #A88BDA
Tints of Biloba Flower #A88BDA
RGB
CMYK
RGB Variations
Color information
#A88BDA (or 0xA88BDA) is known color: Biloba Flower. HEX triplet: A8, 8B and DA. RGB value is (168,139,218). Sum of RGB (Red+Green+Blue) = 168+139+218=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A88BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BDA is #577425. Grayscale: #9C9C9C. Windows color (decimal): -5731366 or 14322600. OLE color: 14322600.
HSL color Cylindrical-coordinate representation of color #A88BDA: hue angle of 262.03º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A88BDA is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 139 | 218 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.15 |
| HSL | 262.03º | 0.52% | 0.7% | - |
| HSV(B) | 262.03º | 0.36% | 0.85% | - |
| XYZ | 38.04 | 31.85 | 70.47 | - |
| YUV | 156.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 218 | 0.23 | 0.36 | 0 | 0.15 | 262.03 | 0.52 | 0.7 |
| Hex | A8 | 8B | DA | 17 | 24 | 0 | F | 106 | 34 | 46 |
| Octal | 250 | 213 | 332 | 27 | 44 | 0 | 17 | 406 | 64 | 106 |
| Binary | 10101000 | 10001011 | 11011010 | 10111 | 100100 | 0 | 1111 | 100000110 | 110100 | 1000110 |
Color Harmonies of #A88BDA
Complementary color
Monochromatic Colors of #A88BDA
Black with #A88BDA
Text Example
Text Example
White with #A88BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BDA; }
p { color: rgb(168,139,218); }
H1.HeaderClassName
{
color: #A88BDA;
}
.AnyTagClassName
{
color: #A88BDA;
}
</style>
background-color css
<style>
a { background-color: #A88BDA; }
a { background-color: rgb(168,139,218); }
div.DivClassName
{
background-color: #A88BDA;
}
.BgClassName
{
background-color: #A88BDA;
}
</style>
border-color css
<style>
span { border-color: #A88BDA; }
span { border-color: rgb(168,139,218); }
td.TdClassName
{
border-color: #A88BDA;
}
.TagClassName
{
border-color: #A88BDA;
}
</style>