Shades of Biloba Flower #A791DB
Tints of Biloba Flower #A791DB
RGB
CMYK
RGB Variations
Color information
#A791DB (or 0xA791DB) is known color: Biloba Flower. HEX triplet: A7, 91 and DB. RGB value is (167,145,219). Sum of RGB (Red+Green+Blue) = 167+145+219=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #A791DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A791DB is #586E24. Grayscale: #9F9F9F. Windows color (decimal): -5795365 or 14389671. OLE color: 14389671.
HSL color Cylindrical-coordinate representation of color #A791DB: hue angle of 257.84º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A791DB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 145 | 219 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.14 |
| HSL | 257.84º | 0.51% | 0.71% | - |
| HSV(B) | 257.84º | 0.34% | 0.86% | - |
| XYZ | 38.85 | 33.58 | 71.45 | - |
| YUV | 160.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 145 | 219 | 0.24 | 0.34 | 0 | 0.14 | 257.84 | 0.51 | 0.71 |
| Hex | A7 | 91 | DB | 18 | 22 | 0 | E | 102 | 33 | 47 |
| Octal | 247 | 221 | 333 | 30 | 42 | 0 | 16 | 402 | 63 | 107 |
| Binary | 10100111 | 10010001 | 11011011 | 11000 | 100010 | 0 | 1110 | 100000010 | 110011 | 1000111 |
Color Harmonies of #A791DB
Complementary color
Monochromatic Colors of #A791DB
Black with #A791DB
Text Example
Text Example
White with #A791DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A791DB; }
p { color: rgb(167,145,219); }
H1.HeaderClassName
{
color: #A791DB;
}
.AnyTagClassName
{
color: #A791DB;
}
</style>
background-color css
<style>
a { background-color: #A791DB; }
a { background-color: rgb(167,145,219); }
div.DivClassName
{
background-color: #A791DB;
}
.BgClassName
{
background-color: #A791DB;
}
</style>
border-color css
<style>
span { border-color: #A791DB; }
span { border-color: rgb(167,145,219); }
td.TdClassName
{
border-color: #A791DB;
}
.TagClassName
{
border-color: #A791DB;
}
</style>