Shades of Biloba Flower #A98DCA
Tints of Biloba Flower #A98DCA
RGB
CMYK
RGB Variations
Color information
#A98DCA (or 0xA98DCA) is known color: Biloba Flower. HEX triplet: A9, 8D and CA. RGB value is (169,141,202). Sum of RGB (Red+Green+Blue) = 169+141+202=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #A98DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98DCA is #567235. Grayscale: #9C9C9C. Windows color (decimal): -5665334 or 13274537. OLE color: 13274537.
HSL color Cylindrical-coordinate representation of color #A98DCA: hue angle of 267.54º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98DCA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 141 | 202 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.21 |
| HSL | 267.54º | 0.37% | 0.67% | - |
| HSV(B) | 267.54º | 0.3% | 0.79% | - |
| XYZ | 36.55 | 31.75 | 60.08 | - |
| YUV | 156.33 | 153.78 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 141 | 202 | 0.16 | 0.30 | 0 | 0.21 | 267.54 | 0.37 | 0.67 |
| Hex | A9 | 8D | CA | 10 | 1E | 0 | 15 | 10C | 25 | 43 |
| Octal | 251 | 215 | 312 | 20 | 36 | 0 | 25 | 414 | 45 | 103 |
| Binary | 10101001 | 10001101 | 11001010 | 10000 | 11110 | 0 | 10101 | 100001100 | 100101 | 1000011 |
Color Harmonies of #A98DCA
Complementary color
Monochromatic Colors of #A98DCA
Black with #A98DCA
Text Example
Text Example
White with #A98DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98DCA; }
p { color: rgb(169,141,202); }
H1.HeaderClassName
{
color: #A98DCA;
}
.AnyTagClassName
{
color: #A98DCA;
}
</style>
background-color css
<style>
a { background-color: #A98DCA; }
a { background-color: rgb(169,141,202); }
div.DivClassName
{
background-color: #A98DCA;
}
.BgClassName
{
background-color: #A98DCA;
}
</style>
border-color css
<style>
span { border-color: #A98DCA; }
span { border-color: rgb(169,141,202); }
td.TdClassName
{
border-color: #A98DCA;
}
.TagClassName
{
border-color: #A98DCA;
}
</style>