Shades of Biloba Flower #A18ADC
Tints of Biloba Flower #A18ADC
RGB
CMYK
RGB Variations
Color information
#A18ADC (or 0xA18ADC) is known color: Biloba Flower. HEX triplet: A1, 8A and DC. RGB value is (161,138,220). Sum of RGB (Red+Green+Blue) = 161+138+220=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #A18ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ADC is #5E7523. Grayscale: #999999. Windows color (decimal): -6190372 or 14453409. OLE color: 14453409.
HSL color Cylindrical-coordinate representation of color #A18ADC: hue angle of 256.83º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A18ADC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 138 | 220 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.14 |
| HSL | 256.83º | 0.54% | 0.7% | - |
| HSV(B) | 256.83º | 0.37% | 0.86% | - |
| XYZ | 36.7 | 30.92 | 71.74 | - |
| YUV | 154.23 | 165.12 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 220 | 0.27 | 0.37 | 0 | 0.14 | 256.83 | 0.54 | 0.7 |
| Hex | A1 | 8A | DC | 1B | 25 | 0 | E | 101 | 36 | 46 |
| Octal | 241 | 212 | 334 | 33 | 45 | 0 | 16 | 401 | 66 | 106 |
| Binary | 10100001 | 10001010 | 11011100 | 11011 | 100101 | 0 | 1110 | 100000001 | 110110 | 1000110 |
Color Harmonies of #A18ADC
Complementary color
Monochromatic Colors of #A18ADC
Black with #A18ADC
Text Example
Text Example
White with #A18ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ADC; }
p { color: rgb(161,138,220); }
H1.HeaderClassName
{
color: #A18ADC;
}
.AnyTagClassName
{
color: #A18ADC;
}
</style>
background-color css
<style>
a { background-color: #A18ADC; }
a { background-color: rgb(161,138,220); }
div.DivClassName
{
background-color: #A18ADC;
}
.BgClassName
{
background-color: #A18ADC;
}
</style>
border-color css
<style>
span { border-color: #A18ADC; }
span { border-color: rgb(161,138,220); }
td.TdClassName
{
border-color: #A18ADC;
}
.TagClassName
{
border-color: #A18ADC;
}
</style>