Shades of Biloba Flower #A18BDD
Tints of Biloba Flower #A18BDD
RGB
CMYK
RGB Variations
Color information
#A18BDD (or 0xA18BDD) is known color: Biloba Flower. HEX triplet: A1, 8B and DD. RGB value is (161,139,221). Sum of RGB (Red+Green+Blue) = 161+139+221=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A18BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BDD is #5E7422. Grayscale: #9A9A9A. Windows color (decimal): -6190115 or 14519201. OLE color: 14519201.
HSL color Cylindrical-coordinate representation of color #A18BDD: hue angle of 256.1º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18BDD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 139 | 221 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.13 |
| HSL | 256.1º | 0.55% | 0.71% | - |
| HSV(B) | 256.1º | 0.37% | 0.87% | - |
| XYZ | 36.98 | 31.26 | 72.49 | - |
| YUV | 154.93 | 165.29 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 139 | 221 | 0.27 | 0.37 | 0 | 0.13 | 256.1 | 0.55 | 0.71 |
| Hex | A1 | 8B | DD | 1B | 25 | 0 | D | 100 | 37 | 47 |
| Octal | 241 | 213 | 335 | 33 | 45 | 0 | 15 | 400 | 67 | 107 |
| Binary | 10100001 | 10001011 | 11011101 | 11011 | 100101 | 0 | 1101 | 100000000 | 110111 | 1000111 |
Color Harmonies of #A18BDD
Complementary color
Monochromatic Colors of #A18BDD
Black with #A18BDD
Text Example
Text Example
White with #A18BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18BDD; }
p { color: rgb(161,139,221); }
H1.HeaderClassName
{
color: #A18BDD;
}
.AnyTagClassName
{
color: #A18BDD;
}
</style>
background-color css
<style>
a { background-color: #A18BDD; }
a { background-color: rgb(161,139,221); }
div.DivClassName
{
background-color: #A18BDD;
}
.BgClassName
{
background-color: #A18BDD;
}
</style>
border-color css
<style>
span { border-color: #A18BDD; }
span { border-color: rgb(161,139,221); }
td.TdClassName
{
border-color: #A18BDD;
}
.TagClassName
{
border-color: #A18BDD;
}
</style>