Shades of Biloba Flower #A988CE
Tints of Biloba Flower #A988CE
RGB
CMYK
RGB Variations
Color information
#A988CE (or 0xA988CE) is known color: Biloba Flower. HEX triplet: A9, 88 and CE. RGB value is (169,136,206). Sum of RGB (Red+Green+Blue) = 169+136+206=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A988CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988CE is #567731. Grayscale: #999999. Windows color (decimal): -5666610 or 13535401. OLE color: 13535401.
HSL color Cylindrical-coordinate representation of color #A988CE: hue angle of 268.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A988CE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 136 | 206 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.19 |
| HSL | 268.29º | 0.42% | 0.67% | - |
| HSV(B) | 268.29º | 0.34% | 0.81% | - |
| XYZ | 36.31 | 30.5 | 62.37 | - |
| YUV | 153.85 | 157.43 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 206 | 0.18 | 0.34 | 0 | 0.19 | 268.29 | 0.42 | 0.67 |
| Hex | A9 | 88 | CE | 12 | 22 | 0 | 13 | 10C | 2A | 43 |
| Octal | 251 | 210 | 316 | 22 | 42 | 0 | 23 | 414 | 52 | 103 |
| Binary | 10101001 | 10001000 | 11001110 | 10010 | 100010 | 0 | 10011 | 100001100 | 101010 | 1000011 |
Color Harmonies of #A988CE
Complementary color
Monochromatic Colors of #A988CE
Black with #A988CE
Text Example
Text Example
White with #A988CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A988CE; }
p { color: rgb(169,136,206); }
H1.HeaderClassName
{
color: #A988CE;
}
.AnyTagClassName
{
color: #A988CE;
}
</style>
background-color css
<style>
a { background-color: #A988CE; }
a { background-color: rgb(169,136,206); }
div.DivClassName
{
background-color: #A988CE;
}
.BgClassName
{
background-color: #A988CE;
}
</style>
border-color css
<style>
span { border-color: #A988CE; }
span { border-color: rgb(169,136,206); }
td.TdClassName
{
border-color: #A988CE;
}
.TagClassName
{
border-color: #A988CE;
}
</style>