Shades of Biloba Flower #A18FDB
Tints of Biloba Flower #A18FDB
RGB
CMYK
RGB Variations
Color information
#A18FDB (or 0xA18FDB) is known color: Biloba Flower. HEX triplet: A1, 8F and DB. RGB value is (161,143,219). Sum of RGB (Red+Green+Blue) = 161+143+219=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A18FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18FDB is #5E7024. Grayscale: #9C9C9C. Windows color (decimal): -6189093 or 14389153. OLE color: 14389153.
HSL color Cylindrical-coordinate representation of color #A18FDB: hue angle of 254.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18FDB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 143 | 219 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.14 |
| HSL | 254.21º | 0.51% | 0.71% | - |
| HSV(B) | 254.21º | 0.35% | 0.86% | - |
| XYZ | 37.31 | 32.34 | 71.29 | - |
| YUV | 157.05 | 162.96 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 143 | 219 | 0.26 | 0.35 | 0 | 0.14 | 254.21 | 0.51 | 0.71 |
| Hex | A1 | 8F | DB | 1A | 23 | 0 | E | FE | 33 | 47 |
| Octal | 241 | 217 | 333 | 32 | 43 | 0 | 16 | 376 | 63 | 107 |
| Binary | 10100001 | 10001111 | 11011011 | 11010 | 100011 | 0 | 1110 | 11111110 | 110011 | 1000111 |
Color Harmonies of #A18FDB
Complementary color
Monochromatic Colors of #A18FDB
Black with #A18FDB
Text Example
Text Example
White with #A18FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18FDB; }
p { color: rgb(161,143,219); }
H1.HeaderClassName
{
color: #A18FDB;
}
.AnyTagClassName
{
color: #A18FDB;
}
</style>
background-color css
<style>
a { background-color: #A18FDB; }
a { background-color: rgb(161,143,219); }
div.DivClassName
{
background-color: #A18FDB;
}
.BgClassName
{
background-color: #A18FDB;
}
</style>
border-color css
<style>
span { border-color: #A18FDB; }
span { border-color: rgb(161,143,219); }
td.TdClassName
{
border-color: #A18FDB;
}
.TagClassName
{
border-color: #A18FDB;
}
</style>