Shades of Biloba Flower #A98CEA
Tints of Biloba Flower #A98CEA
RGB
CMYK
RGB Variations
Color information
#A98CEA (or 0xA98CEA) is known color: Biloba Flower. HEX triplet: A9, 8C and EA. RGB value is (169,140,234). Sum of RGB (Red+Green+Blue) = 169+140+234=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #A98CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CEA is #567315. Grayscale: #9F9F9F. Windows color (decimal): -5665558 or 15371433. OLE color: 15371433.
HSL color Cylindrical-coordinate representation of color #A98CEA: hue angle of 258.51º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A98CEA is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 140 | 234 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.08 |
| HSL | 258.51º | 0.69% | 0.73% | - |
| HSV(B) | 258.51º | 0.4% | 0.92% | - |
| XYZ | 40.59 | 33.13 | 82.1 | - |
| YUV | 159.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 234 | 0.28 | 0.40 | 0 | 0.08 | 258.51 | 0.69 | 0.73 |
| Hex | A9 | 8C | EA | 1C | 28 | 0 | 8 | 103 | 45 | 49 |
| Octal | 251 | 214 | 352 | 34 | 50 | 0 | 10 | 403 | 105 | 111 |
| Binary | 10101001 | 10001100 | 11101010 | 11100 | 101000 | 0 | 1000 | 100000011 | 1000101 | 1001001 |
Color Harmonies of #A98CEA
Complementary color
Monochromatic Colors of #A98CEA
Black with #A98CEA
Text Example
Text Example
White with #A98CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CEA; }
p { color: rgb(169,140,234); }
H1.HeaderClassName
{
color: #A98CEA;
}
.AnyTagClassName
{
color: #A98CEA;
}
</style>
background-color css
<style>
a { background-color: #A98CEA; }
a { background-color: rgb(169,140,234); }
div.DivClassName
{
background-color: #A98CEA;
}
.BgClassName
{
background-color: #A98CEA;
}
</style>
border-color css
<style>
span { border-color: #A98CEA; }
span { border-color: rgb(169,140,234); }
td.TdClassName
{
border-color: #A98CEA;
}
.TagClassName
{
border-color: #A98CEA;
}
</style>