Shades of Biloba Flower #A988EA
Tints of Biloba Flower #A988EA
RGB
CMYK
RGB Variations
Color information
#A988EA (or 0xA988EA) is known color: Biloba Flower. HEX triplet: A9, 88 and EA. RGB value is (169,136,234). Sum of RGB (Red+Green+Blue) = 169+136+234=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #A988EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988EA is #567715. Grayscale: #9C9C9C. Windows color (decimal): -5666582 or 15370409. OLE color: 15370409.
HSL color Cylindrical-coordinate representation of color #A988EA: hue angle of 260.2º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A988EA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 136 | 234 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.08 |
| HSL | 260.2º | 0.7% | 0.73% | - |
| HSV(B) | 260.2º | 0.42% | 0.92% | - |
| XYZ | 40.02 | 31.98 | 81.91 | - |
| YUV | 157.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 234 | 0.28 | 0.42 | 0 | 0.08 | 260.2 | 0.7 | 0.73 |
| Hex | A9 | 88 | EA | 1C | 2A | 0 | 8 | 104 | 46 | 49 |
| Octal | 251 | 210 | 352 | 34 | 52 | 0 | 10 | 404 | 106 | 111 |
| Binary | 10101001 | 10001000 | 11101010 | 11100 | 101010 | 0 | 1000 | 100000100 | 1000110 | 1001001 |
Color Harmonies of #A988EA
Complementary color
Monochromatic Colors of #A988EA
Black with #A988EA
Text Example
Text Example
White with #A988EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A988EA; }
p { color: rgb(169,136,234); }
H1.HeaderClassName
{
color: #A988EA;
}
.AnyTagClassName
{
color: #A988EA;
}
</style>
background-color css
<style>
a { background-color: #A988EA; }
a { background-color: rgb(169,136,234); }
div.DivClassName
{
background-color: #A988EA;
}
.BgClassName
{
background-color: #A988EA;
}
</style>
border-color css
<style>
span { border-color: #A988EA; }
span { border-color: rgb(169,136,234); }
td.TdClassName
{
border-color: #A988EA;
}
.TagClassName
{
border-color: #A988EA;
}
</style>