Shades of Biloba Flower #A984DB
Tints of Biloba Flower #A984DB
RGB
CMYK
RGB Variations
Color information
#A984DB (or 0xA984DB) is known color: Biloba Flower. HEX triplet: A9, 84 and DB. RGB value is (169,132,219). Sum of RGB (Red+Green+Blue) = 169+132+219=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A984DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984DB is #567B24. Grayscale: #989898. Windows color (decimal): -5667621 or 14386345. OLE color: 14386345.
HSL color Cylindrical-coordinate representation of color #A984DB: hue angle of 265.52º 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 #A984DB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 132 | 219 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.14 |
| HSL | 265.52º | 0.55% | 0.69% | - |
| HSV(B) | 265.52º | 0.4% | 0.86% | - |
| XYZ | 37.4 | 30.05 | 70.85 | - |
| YUV | 152.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 219 | 0.23 | 0.40 | 0 | 0.14 | 265.52 | 0.55 | 0.69 |
| Hex | A9 | 84 | DB | 17 | 28 | 0 | E | 10A | 37 | 45 |
| Octal | 251 | 204 | 333 | 27 | 50 | 0 | 16 | 412 | 67 | 105 |
| Binary | 10101001 | 10000100 | 11011011 | 10111 | 101000 | 0 | 1110 | 100001010 | 110111 | 1000101 |
Color Harmonies of #A984DB
Complementary color
Monochromatic Colors of #A984DB
Black with #A984DB
Text Example
Text Example
White with #A984DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A984DB; }
p { color: rgb(169,132,219); }
H1.HeaderClassName
{
color: #A984DB;
}
.AnyTagClassName
{
color: #A984DB;
}
</style>
background-color css
<style>
a { background-color: #A984DB; }
a { background-color: rgb(169,132,219); }
div.DivClassName
{
background-color: #A984DB;
}
.BgClassName
{
background-color: #A984DB;
}
</style>
border-color css
<style>
span { border-color: #A984DB; }
span { border-color: rgb(169,132,219); }
td.TdClassName
{
border-color: #A984DB;
}
.TagClassName
{
border-color: #A984DB;
}
</style>