Shades of Biloba Flower #A884DB
Tints of Biloba Flower #A884DB
RGB
CMYK
RGB Variations
Color information
#A884DB (or 0xA884DB) is known color: Biloba Flower. HEX triplet: A8, 84 and DB. RGB value is (168,132,219). Sum of RGB (Red+Green+Blue) = 168+132+219=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A884DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A884DB is #577B24. Grayscale: #989898. Windows color (decimal): -5733157 or 14386344. OLE color: 14386344.
HSL color Cylindrical-coordinate representation of color #A884DB: hue angle of 264.83º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A884DB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 132 | 219 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.14 |
| HSL | 264.83º | 0.55% | 0.69% | - |
| HSV(B) | 264.83º | 0.4% | 0.86% | - |
| XYZ | 37.19 | 29.94 | 70.84 | - |
| YUV | 152.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 219 | 0.23 | 0.40 | 0 | 0.14 | 264.83 | 0.55 | 0.69 |
| Hex | A8 | 84 | DB | 17 | 28 | 0 | E | 109 | 37 | 45 |
| Octal | 250 | 204 | 333 | 27 | 50 | 0 | 16 | 411 | 67 | 105 |
| Binary | 10101000 | 10000100 | 11011011 | 10111 | 101000 | 0 | 1110 | 100001001 | 110111 | 1000101 |
Color Harmonies of #A884DB
Complementary color
Monochromatic Colors of #A884DB
Black with #A884DB
Text Example
Text Example
White with #A884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A884DB; }
p { color: rgb(168,132,219); }
H1.HeaderClassName
{
color: #A884DB;
}
.AnyTagClassName
{
color: #A884DB;
}
</style>
background-color css
<style>
a { background-color: #A884DB; }
a { background-color: rgb(168,132,219); }
div.DivClassName
{
background-color: #A884DB;
}
.BgClassName
{
background-color: #A884DB;
}
</style>
border-color css
<style>
span { border-color: #A884DB; }
span { border-color: rgb(168,132,219); }
td.TdClassName
{
border-color: #A884DB;
}
.TagClassName
{
border-color: #A884DB;
}
</style>