Shades of Biloba Flower #A88DCA
Tints of Biloba Flower #A88DCA
RGB
CMYK
RGB Variations
Color information
#A88DCA (or 0xA88DCA) is known color: Biloba Flower. HEX triplet: A8, 8D and CA. RGB value is (168,141,202). Sum of RGB (Red+Green+Blue) = 168+141+202=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #A88DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88DCA is #577235. Grayscale: #9B9B9B. Windows color (decimal): -5730870 or 13274536. OLE color: 13274536.
HSL color Cylindrical-coordinate representation of color #A88DCA: hue angle of 266.56º 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 #A88DCA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 141 | 202 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.21 |
| HSL | 266.56º | 0.37% | 0.67% | - |
| HSV(B) | 266.56º | 0.3% | 0.79% | - |
| XYZ | 36.33 | 31.64 | 60.07 | - |
| YUV | 156.03 | 153.95 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 141 | 202 | 0.17 | 0.30 | 0 | 0.21 | 266.56 | 0.37 | 0.67 |
| Hex | A8 | 8D | CA | 11 | 1E | 0 | 15 | 10B | 25 | 43 |
| Octal | 250 | 215 | 312 | 21 | 36 | 0 | 25 | 413 | 45 | 103 |
| Binary | 10101000 | 10001101 | 11001010 | 10001 | 11110 | 0 | 10101 | 100001011 | 100101 | 1000011 |
Color Harmonies of #A88DCA
Complementary color
Monochromatic Colors of #A88DCA
Black with #A88DCA
Text Example
Text Example
White with #A88DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88DCA; }
p { color: rgb(168,141,202); }
H1.HeaderClassName
{
color: #A88DCA;
}
.AnyTagClassName
{
color: #A88DCA;
}
</style>
background-color css
<style>
a { background-color: #A88DCA; }
a { background-color: rgb(168,141,202); }
div.DivClassName
{
background-color: #A88DCA;
}
.BgClassName
{
background-color: #A88DCA;
}
</style>
border-color css
<style>
span { border-color: #A88DCA; }
span { border-color: rgb(168,141,202); }
td.TdClassName
{
border-color: #A88DCA;
}
.TagClassName
{
border-color: #A88DCA;
}
</style>