Shades of Biloba Flower #A985DB
Tints of Biloba Flower #A985DB
RGB
CMYK
RGB Variations
Color information
#A985DB (or 0xA985DB) is known color: Biloba Flower. HEX triplet: A9, 85 and DB. RGB value is (169,133,219). Sum of RGB (Red+Green+Blue) = 169+133+219=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A985DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A985DB is #567A24. Grayscale: #999999. Windows color (decimal): -5667365 or 14386601. OLE color: 14386601.
HSL color Cylindrical-coordinate representation of color #A985DB: hue angle of 265.12º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A985DB is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 133 | 219 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.14 |
| HSL | 265.12º | 0.54% | 0.69% | - |
| HSV(B) | 265.12º | 0.39% | 0.86% | - |
| XYZ | 37.54 | 30.32 | 70.89 | - |
| YUV | 153.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 219 | 0.23 | 0.39 | 0 | 0.14 | 265.12 | 0.54 | 0.69 |
| Hex | A9 | 85 | DB | 17 | 27 | 0 | E | 109 | 36 | 45 |
| Octal | 251 | 205 | 333 | 27 | 47 | 0 | 16 | 411 | 66 | 105 |
| Binary | 10101001 | 10000101 | 11011011 | 10111 | 100111 | 0 | 1110 | 100001001 | 110110 | 1000101 |
Color Harmonies of #A985DB
Complementary color
Monochromatic Colors of #A985DB
Black with #A985DB
Text Example
Text Example
White with #A985DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A985DB; }
p { color: rgb(169,133,219); }
H1.HeaderClassName
{
color: #A985DB;
}
.AnyTagClassName
{
color: #A985DB;
}
</style>
background-color css
<style>
a { background-color: #A985DB; }
a { background-color: rgb(169,133,219); }
div.DivClassName
{
background-color: #A985DB;
}
.BgClassName
{
background-color: #A985DB;
}
</style>
border-color css
<style>
span { border-color: #A985DB; }
span { border-color: rgb(169,133,219); }
td.TdClassName
{
border-color: #A985DB;
}
.TagClassName
{
border-color: #A985DB;
}
</style>