Shades of Biloba Flower #A799DB
Tints of Biloba Flower #A799DB
RGB
CMYK
RGB Variations
Color information
#A799DB (or 0xA799DB) is known color: Biloba Flower. HEX triplet: A7, 99 and DB. RGB value is (167,153,219). Sum of RGB (Red+Green+Blue) = 167+153+219=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #A799DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A799DB is #586624. Grayscale: #A4A4A4. Windows color (decimal): -5793317 or 14391719. OLE color: 14391719.
HSL color Cylindrical-coordinate representation of color #A799DB: hue angle of 252.73º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A799DB is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 153 | 219 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.14 |
| HSL | 252.73º | 0.48% | 0.73% | - |
| HSV(B) | 252.73º | 0.3% | 0.86% | - |
| XYZ | 40.11 | 36.11 | 71.87 | - |
| YUV | 164.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 219 | 0.24 | 0.30 | 0 | 0.14 | 252.73 | 0.48 | 0.73 |
| Hex | A7 | 99 | DB | 18 | 1E | 0 | E | FD | 30 | 49 |
| Octal | 247 | 231 | 333 | 30 | 36 | 0 | 16 | 375 | 60 | 111 |
| Binary | 10100111 | 10011001 | 11011011 | 11000 | 11110 | 0 | 1110 | 11111101 | 110000 | 1001001 |
Color Harmonies of #A799DB
Complementary color
Monochromatic Colors of #A799DB
Black with #A799DB
Text Example
Text Example
White with #A799DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A799DB; }
p { color: rgb(167,153,219); }
H1.HeaderClassName
{
color: #A799DB;
}
.AnyTagClassName
{
color: #A799DB;
}
</style>
background-color css
<style>
a { background-color: #A799DB; }
a { background-color: rgb(167,153,219); }
div.DivClassName
{
background-color: #A799DB;
}
.BgClassName
{
background-color: #A799DB;
}
</style>
border-color css
<style>
span { border-color: #A799DB; }
span { border-color: rgb(167,153,219); }
td.TdClassName
{
border-color: #A799DB;
}
.TagClassName
{
border-color: #A799DB;
}
</style>