Shades of Biloba Flower #A18EDC
Tints of Biloba Flower #A18EDC
RGB
CMYK
RGB Variations
Color information
#A18EDC (or 0xA18EDC) is known color: Biloba Flower. HEX triplet: A1, 8E and DC. RGB value is (161,142,220). Sum of RGB (Red+Green+Blue) = 161+142+220=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #A18EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EDC is #5E7123. Grayscale: #9C9C9C. Windows color (decimal): -6189348 or 14454433. OLE color: 14454433.
HSL color Cylindrical-coordinate representation of color #A18EDC: hue angle of 254.62º degrees, saturation: 0.53, 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 #A18EDC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 142 | 220 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.14 |
| HSL | 254.62º | 0.53% | 0.71% | - |
| HSV(B) | 254.62º | 0.35% | 0.86% | - |
| XYZ | 37.29 | 32.09 | 71.94 | - |
| YUV | 156.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 220 | 0.27 | 0.35 | 0 | 0.14 | 254.62 | 0.53 | 0.71 |
| Hex | A1 | 8E | DC | 1B | 23 | 0 | E | FF | 35 | 47 |
| Octal | 241 | 216 | 334 | 33 | 43 | 0 | 16 | 377 | 65 | 107 |
| Binary | 10100001 | 10001110 | 11011100 | 11011 | 100011 | 0 | 1110 | 11111111 | 110101 | 1000111 |
Color Harmonies of #A18EDC
Complementary color
Monochromatic Colors of #A18EDC
Black with #A18EDC
Text Example
Text Example
White with #A18EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EDC; }
p { color: rgb(161,142,220); }
H1.HeaderClassName
{
color: #A18EDC;
}
.AnyTagClassName
{
color: #A18EDC;
}
</style>
background-color css
<style>
a { background-color: #A18EDC; }
a { background-color: rgb(161,142,220); }
div.DivClassName
{
background-color: #A18EDC;
}
.BgClassName
{
background-color: #A18EDC;
}
</style>
border-color css
<style>
span { border-color: #A18EDC; }
span { border-color: rgb(161,142,220); }
td.TdClassName
{
border-color: #A18EDC;
}
.TagClassName
{
border-color: #A18EDC;
}
</style>