Shades of Biloba Flower #A191DB
Tints of Biloba Flower #A191DB
RGB
CMYK
RGB Variations
Color information
#A191DB (or 0xA191DB) is known color: Biloba Flower. HEX triplet: A1, 91 and DB. RGB value is (161,145,219). Sum of RGB (Red+Green+Blue) = 161+145+219=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #A191DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191DB is #5E6E24. Grayscale: #9D9D9D. Windows color (decimal): -6188581 or 14389665. OLE color: 14389665.
HSL color Cylindrical-coordinate representation of color #A191DB: hue angle of 252.97º 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 #A191DB is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 145 | 219 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.14 |
| HSL | 252.97º | 0.51% | 0.71% | - |
| HSV(B) | 252.97º | 0.34% | 0.86% | - |
| XYZ | 37.61 | 32.94 | 71.39 | - |
| YUV | 158.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 219 | 0.26 | 0.34 | 0 | 0.14 | 252.97 | 0.51 | 0.71 |
| Hex | A1 | 91 | DB | 1A | 22 | 0 | E | FD | 33 | 47 |
| Octal | 241 | 221 | 333 | 32 | 42 | 0 | 16 | 375 | 63 | 107 |
| Binary | 10100001 | 10010001 | 11011011 | 11010 | 100010 | 0 | 1110 | 11111101 | 110011 | 1000111 |
Color Harmonies of #A191DB
Complementary color
Monochromatic Colors of #A191DB
Black with #A191DB
Text Example
Text Example
White with #A191DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191DB; }
p { color: rgb(161,145,219); }
H1.HeaderClassName
{
color: #A191DB;
}
.AnyTagClassName
{
color: #A191DB;
}
</style>
background-color css
<style>
a { background-color: #A191DB; }
a { background-color: rgb(161,145,219); }
div.DivClassName
{
background-color: #A191DB;
}
.BgClassName
{
background-color: #A191DB;
}
</style>
border-color css
<style>
span { border-color: #A191DB; }
span { border-color: rgb(161,145,219); }
td.TdClassName
{
border-color: #A191DB;
}
.TagClassName
{
border-color: #A191DB;
}
</style>