Shades of Biloba Flower #A18EDB
Tints of Biloba Flower #A18EDB
RGB
CMYK
RGB Variations
Color information
#A18EDB (or 0xA18EDB) is known color: Biloba Flower. HEX triplet: A1, 8E and DB. RGB value is (161,142,219). Sum of RGB (Red+Green+Blue) = 161+142+219=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A18EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EDB is #5E7124. Grayscale: #9C9C9C. Windows color (decimal): -6189349 or 14388897. OLE color: 14388897.
HSL color Cylindrical-coordinate representation of color #A18EDB: hue angle of 254.81º degrees, saturation: 0.52, 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 #A18EDB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 142 | 219 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.14 |
| HSL | 254.81º | 0.52% | 0.71% | - |
| HSV(B) | 254.81º | 0.35% | 0.86% | - |
| XYZ | 37.16 | 32.04 | 71.24 | - |
| YUV | 156.46 | 163.29 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 219 | 0.26 | 0.35 | 0 | 0.14 | 254.81 | 0.52 | 0.71 |
| Hex | A1 | 8E | DB | 1A | 23 | 0 | E | FF | 34 | 47 |
| Octal | 241 | 216 | 333 | 32 | 43 | 0 | 16 | 377 | 64 | 107 |
| Binary | 10100001 | 10001110 | 11011011 | 11010 | 100011 | 0 | 1110 | 11111111 | 110100 | 1000111 |
Color Harmonies of #A18EDB
Complementary color
Monochromatic Colors of #A18EDB
Black with #A18EDB
Text Example
Text Example
White with #A18EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EDB; }
p { color: rgb(161,142,219); }
H1.HeaderClassName
{
color: #A18EDB;
}
.AnyTagClassName
{
color: #A18EDB;
}
</style>
background-color css
<style>
a { background-color: #A18EDB; }
a { background-color: rgb(161,142,219); }
div.DivClassName
{
background-color: #A18EDB;
}
.BgClassName
{
background-color: #A18EDB;
}
</style>
border-color css
<style>
span { border-color: #A18EDB; }
span { border-color: rgb(161,142,219); }
td.TdClassName
{
border-color: #A18EDB;
}
.TagClassName
{
border-color: #A18EDB;
}
</style>