Shades of Biloba Flower #A18CDB
Tints of Biloba Flower #A18CDB
RGB
CMYK
RGB Variations
Color information
#A18CDB (or 0xA18CDB) is known color: Biloba Flower. HEX triplet: A1, 8C and DB. RGB value is (161,140,219). Sum of RGB (Red+Green+Blue) = 161+140+219=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A18CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CDB is #5E7324. Grayscale: #9A9A9A. Windows color (decimal): -6189861 or 14388385. OLE color: 14388385.
HSL color Cylindrical-coordinate representation of color #A18CDB: hue angle of 255.95º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A18CDB is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 140 | 219 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.14 |
| HSL | 255.95º | 0.52% | 0.7% | - |
| HSV(B) | 255.95º | 0.36% | 0.86% | - |
| XYZ | 36.86 | 31.45 | 71.15 | - |
| YUV | 155.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 219 | 0.26 | 0.36 | 0 | 0.14 | 255.95 | 0.52 | 0.7 |
| Hex | A1 | 8C | DB | 1A | 24 | 0 | E | 100 | 34 | 46 |
| Octal | 241 | 214 | 333 | 32 | 44 | 0 | 16 | 400 | 64 | 106 |
| Binary | 10100001 | 10001100 | 11011011 | 11010 | 100100 | 0 | 1110 | 100000000 | 110100 | 1000110 |
Color Harmonies of #A18CDB
Complementary color
Monochromatic Colors of #A18CDB
Black with #A18CDB
Text Example
Text Example
White with #A18CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CDB; }
p { color: rgb(161,140,219); }
H1.HeaderClassName
{
color: #A18CDB;
}
.AnyTagClassName
{
color: #A18CDB;
}
</style>
background-color css
<style>
a { background-color: #A18CDB; }
a { background-color: rgb(161,140,219); }
div.DivClassName
{
background-color: #A18CDB;
}
.BgClassName
{
background-color: #A18CDB;
}
</style>
border-color css
<style>
span { border-color: #A18CDB; }
span { border-color: rgb(161,140,219); }
td.TdClassName
{
border-color: #A18CDB;
}
.TagClassName
{
border-color: #A18CDB;
}
</style>