Shades of Biloba Flower #A890EF
Tints of Biloba Flower #A890EF
RGB
CMYK
RGB Variations
Color information
#A890EF (or 0xA890EF) is known color: Biloba Flower. HEX triplet: A8, 90 and EF. RGB value is (168,144,239). Sum of RGB (Red+Green+Blue) = 168+144+239=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #A890EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890EF is #576F10. Grayscale: #A1A1A1. Windows color (decimal): -5730065 or 15700136. OLE color: 15700136.
HSL color Cylindrical-coordinate representation of color #A890EF: hue angle of 255.16º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A890EF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 144 | 239 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.06 |
| HSL | 255.16º | 0.75% | 0.75% | - |
| HSV(B) | 255.16º | 0.4% | 0.94% | - |
| XYZ | 41.7 | 34.5 | 86.12 | - |
| YUV | 162.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 239 | 0.30 | 0.40 | 0 | 0.06 | 255.16 | 0.75 | 0.75 |
| Hex | A8 | 90 | EF | 1E | 28 | 0 | 6 | FF | 4B | 4B |
| Octal | 250 | 220 | 357 | 36 | 50 | 0 | 6 | 377 | 113 | 113 |
| Binary | 10101000 | 10010000 | 11101111 | 11110 | 101000 | 0 | 110 | 11111111 | 1001011 | 1001011 |
Color Harmonies of #A890EF
Complementary color
Monochromatic Colors of #A890EF
Black with #A890EF
Text Example
Text Example
White with #A890EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890EF; }
p { color: rgb(168,144,239); }
H1.HeaderClassName
{
color: #A890EF;
}
.AnyTagClassName
{
color: #A890EF;
}
</style>
background-color css
<style>
a { background-color: #A890EF; }
a { background-color: rgb(168,144,239); }
div.DivClassName
{
background-color: #A890EF;
}
.BgClassName
{
background-color: #A890EF;
}
</style>
border-color css
<style>
span { border-color: #A890EF; }
span { border-color: rgb(168,144,239); }
td.TdClassName
{
border-color: #A890EF;
}
.TagClassName
{
border-color: #A890EF;
}
</style>