Shades of Biloba Flower #A18CEE
Tints of Biloba Flower #A18CEE
RGB
CMYK
RGB Variations
Color information
#A18CEE (or 0xA18CEE) is known color: Biloba Flower. HEX triplet: A1, 8C and EE. RGB value is (161,140,238). Sum of RGB (Red+Green+Blue) = 161+140+238=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #A18CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18CEE is #5E7311. Grayscale: #9D9D9D. Windows color (decimal): -6189842 or 15633569. OLE color: 15633569.
HSL color Cylindrical-coordinate representation of color #A18CEE: hue angle of 252.86º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A18CEE is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 140 | 238 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 252.86º | 0.74% | 0.74% | - |
| HSV(B) | 252.86º | 0.41% | 0.93% | - |
| XYZ | 39.51 | 32.51 | 85.08 | - |
| YUV | 157.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 140 | 238 | 0.32 | 0.41 | 0 | 0.07 | 252.86 | 0.74 | 0.74 |
| Hex | A1 | 8C | EE | 20 | 29 | 0 | 7 | FD | 4A | 4A |
| Octal | 241 | 214 | 356 | 40 | 51 | 0 | 7 | 375 | 112 | 112 |
| Binary | 10100001 | 10001100 | 11101110 | 100000 | 101001 | 0 | 111 | 11111101 | 1001010 | 1001010 |
Color Harmonies of #A18CEE
Complementary color
Monochromatic Colors of #A18CEE
Black with #A18CEE
Text Example
Text Example
White with #A18CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18CEE; }
p { color: rgb(161,140,238); }
H1.HeaderClassName
{
color: #A18CEE;
}
.AnyTagClassName
{
color: #A18CEE;
}
</style>
background-color css
<style>
a { background-color: #A18CEE; }
a { background-color: rgb(161,140,238); }
div.DivClassName
{
background-color: #A18CEE;
}
.BgClassName
{
background-color: #A18CEE;
}
</style>
border-color css
<style>
span { border-color: #A18CEE; }
span { border-color: rgb(161,140,238); }
td.TdClassName
{
border-color: #A18CEE;
}
.TagClassName
{
border-color: #A18CEE;
}
</style>