Shades of Biloba Flower #A98CED
Tints of Biloba Flower #A98CED
RGB
CMYK
RGB Variations
Color information
#A98CED (or 0xA98CED) is known color: Biloba Flower. HEX triplet: A9, 8C and ED. RGB value is (169,140,237). Sum of RGB (Red+Green+Blue) = 169+140+237=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #A98CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CED is #567312. Grayscale: #9F9F9F. Windows color (decimal): -5665555 or 15568041. OLE color: 15568041.
HSL color Cylindrical-coordinate representation of color #A98CED: hue angle of 257.94º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98CED is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 140 | 237 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.07 |
| HSL | 257.94º | 0.73% | 0.74% | - |
| HSV(B) | 257.94º | 0.41% | 0.93% | - |
| XYZ | 41.03 | 33.31 | 84.39 | - |
| YUV | 159.73 | 171.61 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 237 | 0.29 | 0.41 | 0 | 0.07 | 257.94 | 0.73 | 0.74 |
| Hex | A9 | 8C | ED | 1D | 29 | 0 | 7 | 102 | 49 | 4A |
| Octal | 251 | 214 | 355 | 35 | 51 | 0 | 7 | 402 | 111 | 112 |
| Binary | 10101001 | 10001100 | 11101101 | 11101 | 101001 | 0 | 111 | 100000010 | 1001001 | 1001010 |
Color Harmonies of #A98CED
Complementary color
Monochromatic Colors of #A98CED
Black with #A98CED
Text Example
Text Example
White with #A98CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98CED; }
p { color: rgb(169,140,237); }
H1.HeaderClassName
{
color: #A98CED;
}
.AnyTagClassName
{
color: #A98CED;
}
</style>
background-color css
<style>
a { background-color: #A98CED; }
a { background-color: rgb(169,140,237); }
div.DivClassName
{
background-color: #A98CED;
}
.BgClassName
{
background-color: #A98CED;
}
</style>
border-color css
<style>
span { border-color: #A98CED; }
span { border-color: rgb(169,140,237); }
td.TdClassName
{
border-color: #A98CED;
}
.TagClassName
{
border-color: #A98CED;
}
</style>