Shades of Biloba Flower #A98ED2
Tints of Biloba Flower #A98ED2
RGB
CMYK
RGB Variations
Color information
#A98ED2 (or 0xA98ED2) is known color: Biloba Flower. HEX triplet: A9, 8E and D2. RGB value is (169,142,210). Sum of RGB (Red+Green+Blue) = 169+142+210=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #A98ED2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ED2 is #56712D. Grayscale: #9D9D9D. Windows color (decimal): -5665070 or 13799081. OLE color: 13799081.
HSL color Cylindrical-coordinate representation of color #A98ED2: hue angle of 263.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98ED2 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 142 | 210 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.18 |
| HSL | 263.82º | 0.43% | 0.69% | - |
| HSV(B) | 263.82º | 0.32% | 0.82% | - |
| XYZ | 37.67 | 32.43 | 65.25 | - |
| YUV | 157.83 | 157.45 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 142 | 210 | 0.20 | 0.32 | 0 | 0.18 | 263.82 | 0.43 | 0.69 |
| Hex | A9 | 8E | D2 | 14 | 20 | 0 | 12 | 108 | 2B | 45 |
| Octal | 251 | 216 | 322 | 24 | 40 | 0 | 22 | 410 | 53 | 105 |
| Binary | 10101001 | 10001110 | 11010010 | 10100 | 100000 | 0 | 10010 | 100001000 | 101011 | 1000101 |
Color Harmonies of #A98ED2
Complementary color
Monochromatic Colors of #A98ED2
Black with #A98ED2
Text Example
Text Example
White with #A98ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98ED2; }
p { color: rgb(169,142,210); }
H1.HeaderClassName
{
color: #A98ED2;
}
.AnyTagClassName
{
color: #A98ED2;
}
</style>
background-color css
<style>
a { background-color: #A98ED2; }
a { background-color: rgb(169,142,210); }
div.DivClassName
{
background-color: #A98ED2;
}
.BgClassName
{
background-color: #A98ED2;
}
</style>
border-color css
<style>
span { border-color: #A98ED2; }
span { border-color: rgb(169,142,210); }
td.TdClassName
{
border-color: #A98ED2;
}
.TagClassName
{
border-color: #A98ED2;
}
</style>