Shades of Biloba Flower #A98BCD
Tints of Biloba Flower #A98BCD
RGB
CMYK
RGB Variations
Color information
#A98BCD (or 0xA98BCD) is known color: Biloba Flower. HEX triplet: A9, 8B and CD. RGB value is (169,139,205). Sum of RGB (Red+Green+Blue) = 169+139+205=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #A98BCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BCD is #567432. Grayscale: #9B9B9B. Windows color (decimal): -5665843 or 13470633. OLE color: 13470633.
HSL color Cylindrical-coordinate representation of color #A98BCD: hue angle of 267.27º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98BCD is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 139 | 205 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.20 |
| HSL | 267.27º | 0.4% | 0.67% | - |
| HSV(B) | 267.27º | 0.32% | 0.8% | - |
| XYZ | 36.61 | 31.31 | 61.87 | - |
| YUV | 155.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 205 | 0.18 | 0.32 | 0 | 0.20 | 267.27 | 0.4 | 0.67 |
| Hex | A9 | 8B | CD | 12 | 20 | 0 | 14 | 10B | 28 | 43 |
| Octal | 251 | 213 | 315 | 22 | 40 | 0 | 24 | 413 | 50 | 103 |
| Binary | 10101001 | 10001011 | 11001101 | 10010 | 100000 | 0 | 10100 | 100001011 | 101000 | 1000011 |
Color Harmonies of #A98BCD
Complementary color
Monochromatic Colors of #A98BCD
Black with #A98BCD
Text Example
Text Example
White with #A98BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BCD; }
p { color: rgb(169,139,205); }
H1.HeaderClassName
{
color: #A98BCD;
}
.AnyTagClassName
{
color: #A98BCD;
}
</style>
background-color css
<style>
a { background-color: #A98BCD; }
a { background-color: rgb(169,139,205); }
div.DivClassName
{
background-color: #A98BCD;
}
.BgClassName
{
background-color: #A98BCD;
}
</style>
border-color css
<style>
span { border-color: #A98BCD; }
span { border-color: rgb(169,139,205); }
td.TdClassName
{
border-color: #A98BCD;
}
.TagClassName
{
border-color: #A98BCD;
}
</style>