Shades of Biloba Flower #A18AD5
Tints of Biloba Flower #A18AD5
RGB
CMYK
RGB Variations
Color information
#A18AD5 (or 0xA18AD5) is known color: Biloba Flower. HEX triplet: A1, 8A and D5. RGB value is (161,138,213). Sum of RGB (Red+Green+Blue) = 161+138+213=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #A18AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18AD5 is #5E752A. Grayscale: #999999. Windows color (decimal): -6190379 or 13994657. OLE color: 13994657.
HSL color Cylindrical-coordinate representation of color #A18AD5: hue angle of 258.4º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18AD5 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 138 | 213 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.16 |
| HSL | 258.4º | 0.47% | 0.69% | - |
| HSV(B) | 258.4º | 0.35% | 0.84% | - |
| XYZ | 35.8 | 30.56 | 66.96 | - |
| YUV | 153.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 213 | 0.24 | 0.35 | 0 | 0.16 | 258.4 | 0.47 | 0.69 |
| Hex | A1 | 8A | D5 | 18 | 23 | 0 | 10 | 102 | 2F | 45 |
| Octal | 241 | 212 | 325 | 30 | 43 | 0 | 20 | 402 | 57 | 105 |
| Binary | 10100001 | 10001010 | 11010101 | 11000 | 100011 | 0 | 10000 | 100000010 | 101111 | 1000101 |
Color Harmonies of #A18AD5
Complementary color
Monochromatic Colors of #A18AD5
Black with #A18AD5
Text Example
Text Example
White with #A18AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18AD5; }
p { color: rgb(161,138,213); }
H1.HeaderClassName
{
color: #A18AD5;
}
.AnyTagClassName
{
color: #A18AD5;
}
</style>
background-color css
<style>
a { background-color: #A18AD5; }
a { background-color: rgb(161,138,213); }
div.DivClassName
{
background-color: #A18AD5;
}
.BgClassName
{
background-color: #A18AD5;
}
</style>
border-color css
<style>
span { border-color: #A18AD5; }
span { border-color: rgb(161,138,213); }
td.TdClassName
{
border-color: #A18AD5;
}
.TagClassName
{
border-color: #A18AD5;
}
</style>