Shades of Biloba Flower #A18DD5
Tints of Biloba Flower #A18DD5
RGB
CMYK
RGB Variations
Color information
#A18DD5 (or 0xA18DD5) is known color: Biloba Flower. HEX triplet: A1, 8D and D5. RGB value is (161,141,213). Sum of RGB (Red+Green+Blue) = 161+141+213=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #A18DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DD5 is #5E722A. Grayscale: #9A9A9A. Windows color (decimal): -6189611 or 13995425. OLE color: 13995425.
HSL color Cylindrical-coordinate representation of color #A18DD5: hue angle of 256.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A18DD5 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 141 | 213 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.16 |
| HSL | 256.67º | 0.46% | 0.69% | - |
| HSV(B) | 256.67º | 0.34% | 0.84% | - |
| XYZ | 36.23 | 31.43 | 67.11 | - |
| YUV | 155.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 213 | 0.24 | 0.34 | 0 | 0.16 | 256.67 | 0.46 | 0.69 |
| Hex | A1 | 8D | D5 | 18 | 22 | 0 | 10 | 101 | 2E | 45 |
| Octal | 241 | 215 | 325 | 30 | 42 | 0 | 20 | 401 | 56 | 105 |
| Binary | 10100001 | 10001101 | 11010101 | 11000 | 100010 | 0 | 10000 | 100000001 | 101110 | 1000101 |
Color Harmonies of #A18DD5
Complementary color
Monochromatic Colors of #A18DD5
Black with #A18DD5
Text Example
Text Example
White with #A18DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DD5; }
p { color: rgb(161,141,213); }
H1.HeaderClassName
{
color: #A18DD5;
}
.AnyTagClassName
{
color: #A18DD5;
}
</style>
background-color css
<style>
a { background-color: #A18DD5; }
a { background-color: rgb(161,141,213); }
div.DivClassName
{
background-color: #A18DD5;
}
.BgClassName
{
background-color: #A18DD5;
}
</style>
border-color css
<style>
span { border-color: #A18DD5; }
span { border-color: rgb(161,141,213); }
td.TdClassName
{
border-color: #A18DD5;
}
.TagClassName
{
border-color: #A18DD5;
}
</style>