Shades of Biloba Flower #A98BCB
Tints of Biloba Flower #A98BCB
RGB
CMYK
RGB Variations
Color information
#A98BCB (or 0xA98BCB) is known color: Biloba Flower. HEX triplet: A9, 8B and CB. RGB value is (169,139,203). Sum of RGB (Red+Green+Blue) = 169+139+203=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A98BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BCB is #567434. Grayscale: #9B9B9B. Windows color (decimal): -5665845 or 13339561. OLE color: 13339561.
HSL color Cylindrical-coordinate representation of color #A98BCB: hue angle of 268.12º degrees, saturation: 0.38, 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 #A98BCB is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 139 | 203 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.20 |
| HSL | 268.13º | 0.38% | 0.67% | - |
| HSV(B) | 268.13º | 0.32% | 0.8% | - |
| XYZ | 36.37 | 31.21 | 60.61 | - |
| YUV | 155.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 139 | 203 | 0.17 | 0.32 | 0 | 0.20 | 268.13 | 0.38 | 0.67 |
| Hex | A9 | 8B | CB | 11 | 20 | 0 | 14 | 10C | 26 | 43 |
| Octal | 251 | 213 | 313 | 21 | 40 | 0 | 24 | 414 | 46 | 103 |
| Binary | 10101001 | 10001011 | 11001011 | 10001 | 100000 | 0 | 10100 | 100001100 | 100110 | 1000011 |
Color Harmonies of #A98BCB
Complementary color
Monochromatic Colors of #A98BCB
Black with #A98BCB
Text Example
Text Example
White with #A98BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98BCB; }
p { color: rgb(169,139,203); }
H1.HeaderClassName
{
color: #A98BCB;
}
.AnyTagClassName
{
color: #A98BCB;
}
</style>
background-color css
<style>
a { background-color: #A98BCB; }
a { background-color: rgb(169,139,203); }
div.DivClassName
{
background-color: #A98BCB;
}
.BgClassName
{
background-color: #A98BCB;
}
</style>
border-color css
<style>
span { border-color: #A98BCB; }
span { border-color: rgb(169,139,203); }
td.TdClassName
{
border-color: #A98BCB;
}
.TagClassName
{
border-color: #A98BCB;
}
</style>