Shades of Biloba Flower #A18AD3
Tints of Biloba Flower #A18AD3
RGB
CMYK
RGB Variations
Color information
#A18AD3 (or 0xA18AD3) is known color: Biloba Flower. HEX triplet: A1, 8A and D3. RGB value is (161,138,211). Sum of RGB (Red+Green+Blue) = 161+138+211=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #A18AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18AD3 is #5E752C. Grayscale: #989898. Windows color (decimal): -6190381 or 13863585. OLE color: 13863585.
HSL color Cylindrical-coordinate representation of color #A18AD3: hue angle of 258.9º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18AD3 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 138 | 211 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.17 |
| HSL | 258.9º | 0.45% | 0.68% | - |
| HSV(B) | 258.9º | 0.35% | 0.83% | - |
| XYZ | 35.54 | 30.46 | 65.63 | - |
| YUV | 153.2 | 160.62 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 138 | 211 | 0.24 | 0.35 | 0 | 0.17 | 258.9 | 0.45 | 0.68 |
| Hex | A1 | 8A | D3 | 18 | 23 | 0 | 11 | 103 | 2D | 44 |
| Octal | 241 | 212 | 323 | 30 | 43 | 0 | 21 | 403 | 55 | 104 |
| Binary | 10100001 | 10001010 | 11010011 | 11000 | 100011 | 0 | 10001 | 100000011 | 101101 | 1000100 |
Color Harmonies of #A18AD3
Complementary color
Monochromatic Colors of #A18AD3
Black with #A18AD3
Text Example
Text Example
White with #A18AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18AD3; }
p { color: rgb(161,138,211); }
H1.HeaderClassName
{
color: #A18AD3;
}
.AnyTagClassName
{
color: #A18AD3;
}
</style>
background-color css
<style>
a { background-color: #A18AD3; }
a { background-color: rgb(161,138,211); }
div.DivClassName
{
background-color: #A18AD3;
}
.BgClassName
{
background-color: #A18AD3;
}
</style>
border-color css
<style>
span { border-color: #A18AD3; }
span { border-color: rgb(161,138,211); }
td.TdClassName
{
border-color: #A18AD3;
}
.TagClassName
{
border-color: #A18AD3;
}
</style>