Shades of Biloba Flower #A888DA
Tints of Biloba Flower #A888DA
RGB
CMYK
RGB Variations
Color information
#A888DA (or 0xA888DA) is known color: Biloba Flower. HEX triplet: A8, 88 and DA. RGB value is (168,136,218). Sum of RGB (Red+Green+Blue) = 168+136+218=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A888DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888DA is #577725. Grayscale: #9A9A9A. Windows color (decimal): -5732134 or 14321832. OLE color: 14321832.
HSL color Cylindrical-coordinate representation of color #A888DA: hue angle of 263.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A888DA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 136 | 218 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.15 |
| HSL | 263.41º | 0.53% | 0.69% | - |
| HSV(B) | 263.41º | 0.38% | 0.85% | - |
| XYZ | 37.61 | 31 | 70.33 | - |
| YUV | 154.92 | 163.6 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 218 | 0.23 | 0.38 | 0 | 0.15 | 263.41 | 0.53 | 0.69 |
| Hex | A8 | 88 | DA | 17 | 26 | 0 | F | 107 | 35 | 45 |
| Octal | 250 | 210 | 332 | 27 | 46 | 0 | 17 | 407 | 65 | 105 |
| Binary | 10101000 | 10001000 | 11011010 | 10111 | 100110 | 0 | 1111 | 100000111 | 110101 | 1000101 |
Color Harmonies of #A888DA
Complementary color
Monochromatic Colors of #A888DA
Black with #A888DA
Text Example
Text Example
White with #A888DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A888DA; }
p { color: rgb(168,136,218); }
H1.HeaderClassName
{
color: #A888DA;
}
.AnyTagClassName
{
color: #A888DA;
}
</style>
background-color css
<style>
a { background-color: #A888DA; }
a { background-color: rgb(168,136,218); }
div.DivClassName
{
background-color: #A888DA;
}
.BgClassName
{
background-color: #A888DA;
}
</style>
border-color css
<style>
span { border-color: #A888DA; }
span { border-color: rgb(168,136,218); }
td.TdClassName
{
border-color: #A888DA;
}
.TagClassName
{
border-color: #A888DA;
}
</style>