Shades of Biloba Flower #A98CE2
Tints of Biloba Flower #A98CE2
RGB
CMYK
RGB Variations
Color information
#A98CE2 (or 0xA98CE2) is known color: Biloba Flower. HEX triplet: A9, 8C and E2. RGB value is (169,140,226). Sum of RGB (Red+Green+Blue) = 169+140+226=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #A98CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CE2 is #56731D. Grayscale: #9E9E9E. Windows color (decimal): -5665566 or 14847145. OLE color: 14847145.
HSL color Cylindrical-coordinate representation of color #A98CE2: hue angle of 260.23º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98CE2 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 140 | 226 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.11 |
| HSL | 260.23º | 0.6% | 0.72% | - |
| HSV(B) | 260.23º | 0.38% | 0.89% | - |
| XYZ | 39.47 | 32.68 | 76.18 | - |
| YUV | 158.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 226 | 0.25 | 0.38 | 0 | 0.11 | 260.23 | 0.6 | 0.72 |
| Hex | A9 | 8C | E2 | 19 | 26 | 0 | B | 104 | 3C | 48 |
| Octal | 251 | 214 | 342 | 31 | 46 | 0 | 13 | 404 | 74 | 110 |
| Binary | 10101001 | 10001100 | 11100010 | 11001 | 100110 | 0 | 1011 | 100000100 | 111100 | 1001000 |
Color Harmonies of #A98CE2
Complementary color
Monochromatic Colors of #A98CE2
Black with #A98CE2
Text Example
Text Example
White with #A98CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CE2; }
p { color: rgb(169,140,226); }
H1.HeaderClassName
{
color: #A98CE2;
}
.AnyTagClassName
{
color: #A98CE2;
}
</style>
background-color css
<style>
a { background-color: #A98CE2; }
a { background-color: rgb(169,140,226); }
div.DivClassName
{
background-color: #A98CE2;
}
.BgClassName
{
background-color: #A98CE2;
}
</style>
border-color css
<style>
span { border-color: #A98CE2; }
span { border-color: rgb(169,140,226); }
td.TdClassName
{
border-color: #A98CE2;
}
.TagClassName
{
border-color: #A98CE2;
}
</style>