Shades of Biloba Flower #A18ED5
Tints of Biloba Flower #A18ED5
RGB
CMYK
RGB Variations
Color information
#A18ED5 (or 0xA18ED5) is known color: Biloba Flower. HEX triplet: A1, 8E and D5. RGB value is (161,142,213). Sum of RGB (Red+Green+Blue) = 161+142+213=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #A18ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ED5 is #5E712A. Grayscale: #9B9B9B. Windows color (decimal): -6189355 or 13995681. OLE color: 13995681.
HSL color Cylindrical-coordinate representation of color #A18ED5: hue angle of 256.06º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A18ED5 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 142 | 213 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.16 |
| HSL | 256.06º | 0.46% | 0.7% | - |
| HSV(B) | 256.06º | 0.33% | 0.84% | - |
| XYZ | 36.38 | 31.73 | 67.16 | - |
| YUV | 155.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 213 | 0.24 | 0.33 | 0 | 0.16 | 256.06 | 0.46 | 0.7 |
| Hex | A1 | 8E | D5 | 18 | 21 | 0 | 10 | 100 | 2E | 46 |
| Octal | 241 | 216 | 325 | 30 | 41 | 0 | 20 | 400 | 56 | 106 |
| Binary | 10100001 | 10001110 | 11010101 | 11000 | 100001 | 0 | 10000 | 100000000 | 101110 | 1000110 |
Color Harmonies of #A18ED5
Complementary color
Monochromatic Colors of #A18ED5
Black with #A18ED5
Text Example
Text Example
White with #A18ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ED5; }
p { color: rgb(161,142,213); }
H1.HeaderClassName
{
color: #A18ED5;
}
.AnyTagClassName
{
color: #A18ED5;
}
</style>
background-color css
<style>
a { background-color: #A18ED5; }
a { background-color: rgb(161,142,213); }
div.DivClassName
{
background-color: #A18ED5;
}
.BgClassName
{
background-color: #A18ED5;
}
</style>
border-color css
<style>
span { border-color: #A18ED5; }
span { border-color: rgb(161,142,213); }
td.TdClassName
{
border-color: #A18ED5;
}
.TagClassName
{
border-color: #A18ED5;
}
</style>