Shades of Biloba Flower #A18ADB
Tints of Biloba Flower #A18ADB
RGB
CMYK
RGB Variations
Color information
#A18ADB (or 0xA18ADB) is known color: Biloba Flower. HEX triplet: A1, 8A and DB. RGB value is (161,138,219). Sum of RGB (Red+Green+Blue) = 161+138+219=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A18ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ADB is #5E7524. Grayscale: #999999. Windows color (decimal): -6190373 or 14387873. OLE color: 14387873.
HSL color Cylindrical-coordinate representation of color #A18ADB: hue angle of 257.04º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18ADB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 138 | 219 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.14 |
| HSL | 257.04º | 0.53% | 0.7% | - |
| HSV(B) | 257.04º | 0.37% | 0.86% | - |
| XYZ | 36.57 | 30.87 | 71.05 | - |
| YUV | 154.11 | 164.62 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 219 | 0.26 | 0.37 | 0 | 0.14 | 257.04 | 0.53 | 0.7 |
| Hex | A1 | 8A | DB | 1A | 25 | 0 | E | 101 | 35 | 46 |
| Octal | 241 | 212 | 333 | 32 | 45 | 0 | 16 | 401 | 65 | 106 |
| Binary | 10100001 | 10001010 | 11011011 | 11010 | 100101 | 0 | 1110 | 100000001 | 110101 | 1000110 |
Color Harmonies of #A18ADB
Complementary color
Monochromatic Colors of #A18ADB
Black with #A18ADB
Text Example
Text Example
White with #A18ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ADB; }
p { color: rgb(161,138,219); }
H1.HeaderClassName
{
color: #A18ADB;
}
.AnyTagClassName
{
color: #A18ADB;
}
</style>
background-color css
<style>
a { background-color: #A18ADB; }
a { background-color: rgb(161,138,219); }
div.DivClassName
{
background-color: #A18ADB;
}
.BgClassName
{
background-color: #A18ADB;
}
</style>
border-color css
<style>
span { border-color: #A18ADB; }
span { border-color: rgb(161,138,219); }
td.TdClassName
{
border-color: #A18ADB;
}
.TagClassName
{
border-color: #A18ADB;
}
</style>