Shades of Biloba Flower #A18DE4
Tints of Biloba Flower #A18DE4
RGB
CMYK
RGB Variations
Color information
#A18DE4 (or 0xA18DE4) is known color: Biloba Flower. HEX triplet: A1, 8D and E4. RGB value is (161,141,228). Sum of RGB (Red+Green+Blue) = 161+141+228=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #A18DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DE4 is #5E721B. Grayscale: #9C9C9C. Windows color (decimal): -6189596 or 14978465. OLE color: 14978465.
HSL color Cylindrical-coordinate representation of color #A18DE4: hue angle of 253.79º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A18DE4 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 141 | 228 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.11 |
| HSL | 253.79º | 0.62% | 0.72% | - |
| HSV(B) | 253.79º | 0.38% | 0.89% | - |
| XYZ | 38.23 | 32.23 | 77.6 | - |
| YUV | 156.9 | 168.13 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 228 | 0.29 | 0.38 | 0 | 0.11 | 253.79 | 0.62 | 0.72 |
| Hex | A1 | 8D | E4 | 1D | 26 | 0 | B | FE | 3E | 48 |
| Octal | 241 | 215 | 344 | 35 | 46 | 0 | 13 | 376 | 76 | 110 |
| Binary | 10100001 | 10001101 | 11100100 | 11101 | 100110 | 0 | 1011 | 11111110 | 111110 | 1001000 |
Color Harmonies of #A18DE4
Complementary color
Monochromatic Colors of #A18DE4
Black with #A18DE4
Text Example
Text Example
White with #A18DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DE4; }
p { color: rgb(161,141,228); }
H1.HeaderClassName
{
color: #A18DE4;
}
.AnyTagClassName
{
color: #A18DE4;
}
</style>
background-color css
<style>
a { background-color: #A18DE4; }
a { background-color: rgb(161,141,228); }
div.DivClassName
{
background-color: #A18DE4;
}
.BgClassName
{
background-color: #A18DE4;
}
</style>
border-color css
<style>
span { border-color: #A18DE4; }
span { border-color: rgb(161,141,228); }
td.TdClassName
{
border-color: #A18DE4;
}
.TagClassName
{
border-color: #A18DE4;
}
</style>