Shades of Biloba Flower #A890FA
Tints of Biloba Flower #A890FA
RGB
CMYK
RGB Variations
Color information
#A890FA (or 0xA890FA) is known color: Biloba Flower. HEX triplet: A8, 90 and FA. RGB value is (168,144,250). Sum of RGB (Red+Green+Blue) = 168+144+250=562 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.89% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #A890FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890FA is #576F05. Grayscale: #A2A2A2. Windows color (decimal): -5730054 or 16421032. OLE color: 16421032.
HSL color Cylindrical-coordinate representation of color #A890FA: hue angle of 253.58º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A890FA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 144 | 250 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.02 |
| HSL | 253.58º | 0.91% | 0.77% | - |
| HSV(B) | 253.58º | 0.42% | 0.98% | - |
| XYZ | 43.38 | 35.17 | 94.95 | - |
| YUV | 163.26 | 176.95 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 250 | 0.33 | 0.42 | 0 | 0.02 | 253.58 | 0.91 | 0.77 |
| Hex | A8 | 90 | FA | 21 | 2A | 0 | 2 | FE | 5B | 4D |
| Octal | 250 | 220 | 372 | 41 | 52 | 0 | 2 | 376 | 133 | 115 |
| Binary | 10101000 | 10010000 | 11111010 | 100001 | 101010 | 0 | 10 | 11111110 | 1011011 | 1001101 |
Color Harmonies of #A890FA
Complementary color
Monochromatic Colors of #A890FA
Black with #A890FA
Text Example
Text Example
White with #A890FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890FA; }
p { color: rgb(168,144,250); }
H1.HeaderClassName
{
color: #A890FA;
}
.AnyTagClassName
{
color: #A890FA;
}
</style>
background-color css
<style>
a { background-color: #A890FA; }
a { background-color: rgb(168,144,250); }
div.DivClassName
{
background-color: #A890FA;
}
.BgClassName
{
background-color: #A890FA;
}
</style>
border-color css
<style>
span { border-color: #A890FA; }
span { border-color: rgb(168,144,250); }
td.TdClassName
{
border-color: #A890FA;
}
.TagClassName
{
border-color: #A890FA;
}
</style>