Shades of Biloba Flower #A994DB
Tints of Biloba Flower #A994DB
RGB
CMYK
RGB Variations
Color information
#A994DB (or 0xA994DB) is known color: Biloba Flower. HEX triplet: A9, 94 and DB. RGB value is (169,148,219). Sum of RGB (Red+Green+Blue) = 169+148+219=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A994DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A994DB is #566B24. Grayscale: #A2A2A2. Windows color (decimal): -5663525 or 14390441. OLE color: 14390441.
HSL color Cylindrical-coordinate representation of color #A994DB: hue angle of 257.75º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A994DB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 148 | 219 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.14 |
| HSL | 257.75º | 0.5% | 0.72% | - |
| HSV(B) | 257.75º | 0.32% | 0.86% | - |
| XYZ | 39.74 | 34.73 | 71.63 | - |
| YUV | 162.37 | 159.96 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 148 | 219 | 0.23 | 0.32 | 0 | 0.14 | 257.75 | 0.5 | 0.72 |
| Hex | A9 | 94 | DB | 17 | 20 | 0 | E | 102 | 32 | 48 |
| Octal | 251 | 224 | 333 | 27 | 40 | 0 | 16 | 402 | 62 | 110 |
| Binary | 10101001 | 10010100 | 11011011 | 10111 | 100000 | 0 | 1110 | 100000010 | 110010 | 1001000 |
Color Harmonies of #A994DB
Complementary color
Monochromatic Colors of #A994DB
Black with #A994DB
Text Example
Text Example
White with #A994DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A994DB; }
p { color: rgb(169,148,219); }
H1.HeaderClassName
{
color: #A994DB;
}
.AnyTagClassName
{
color: #A994DB;
}
</style>
background-color css
<style>
a { background-color: #A994DB; }
a { background-color: rgb(169,148,219); }
div.DivClassName
{
background-color: #A994DB;
}
.BgClassName
{
background-color: #A994DB;
}
</style>
border-color css
<style>
span { border-color: #A994DB; }
span { border-color: rgb(169,148,219); }
td.TdClassName
{
border-color: #A994DB;
}
.TagClassName
{
border-color: #A994DB;
}
</style>