Shades of Biloba Flower #A98BDA
Tints of Biloba Flower #A98BDA
RGB
CMYK
RGB Variations
Color information
#A98BDA (or 0xA98BDA) is known color: Biloba Flower. HEX triplet: A9, 8B and DA. RGB value is (169,139,218). Sum of RGB (Red+Green+Blue) = 169+139+218=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #A98BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BDA is #567425. Grayscale: #9C9C9C. Windows color (decimal): -5665830 or 14322601. OLE color: 14322601.
HSL color Cylindrical-coordinate representation of color #A98BDA: hue angle of 262.78º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A98BDA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 139 | 218 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.15 |
| HSL | 262.78º | 0.52% | 0.7% | - |
| HSV(B) | 262.78º | 0.36% | 0.85% | - |
| XYZ | 38.25 | 31.96 | 70.48 | - |
| YUV | 156.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 218 | 0.22 | 0.36 | 0 | 0.15 | 262.78 | 0.52 | 0.7 |
| Hex | A9 | 8B | DA | 16 | 24 | 0 | F | 107 | 34 | 46 |
| Octal | 251 | 213 | 332 | 26 | 44 | 0 | 17 | 407 | 64 | 106 |
| Binary | 10101001 | 10001011 | 11011010 | 10110 | 100100 | 0 | 1111 | 100000111 | 110100 | 1000110 |
Color Harmonies of #A98BDA
Complementary color
Monochromatic Colors of #A98BDA
Black with #A98BDA
Text Example
Text Example
White with #A98BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BDA; }
p { color: rgb(169,139,218); }
H1.HeaderClassName
{
color: #A98BDA;
}
.AnyTagClassName
{
color: #A98BDA;
}
</style>
background-color css
<style>
a { background-color: #A98BDA; }
a { background-color: rgb(169,139,218); }
div.DivClassName
{
background-color: #A98BDA;
}
.BgClassName
{
background-color: #A98BDA;
}
</style>
border-color css
<style>
span { border-color: #A98BDA; }
span { border-color: rgb(169,139,218); }
td.TdClassName
{
border-color: #A98BDA;
}
.TagClassName
{
border-color: #A98BDA;
}
</style>