Shades of Biloba Flower #A890DF
Tints of Biloba Flower #A890DF
RGB
CMYK
RGB Variations
Color information
#A890DF (or 0xA890DF) is known color: Biloba Flower. HEX triplet: A8, 90 and DF. RGB value is (168,144,223). Sum of RGB (Red+Green+Blue) = 168+144+223=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A890DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A890DF is #576F20. Grayscale: #9F9F9F. Windows color (decimal): -5730081 or 14651560. OLE color: 14651560.
HSL color Cylindrical-coordinate representation of color #A890DF: hue angle of 258.23º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A890DF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 144 | 223 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.13 |
| HSL | 258.23º | 0.55% | 0.72% | - |
| HSV(B) | 258.23º | 0.35% | 0.87% | - |
| XYZ | 39.44 | 33.6 | 74.22 | - |
| YUV | 160.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 144 | 223 | 0.25 | 0.35 | 0 | 0.13 | 258.23 | 0.55 | 0.72 |
| Hex | A8 | 90 | DF | 19 | 23 | 0 | D | 102 | 37 | 48 |
| Octal | 250 | 220 | 337 | 31 | 43 | 0 | 15 | 402 | 67 | 110 |
| Binary | 10101000 | 10010000 | 11011111 | 11001 | 100011 | 0 | 1101 | 100000010 | 110111 | 1001000 |
Color Harmonies of #A890DF
Complementary color
Monochromatic Colors of #A890DF
Black with #A890DF
Text Example
Text Example
White with #A890DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A890DF; }
p { color: rgb(168,144,223); }
H1.HeaderClassName
{
color: #A890DF;
}
.AnyTagClassName
{
color: #A890DF;
}
</style>
background-color css
<style>
a { background-color: #A890DF; }
a { background-color: rgb(168,144,223); }
div.DivClassName
{
background-color: #A890DF;
}
.BgClassName
{
background-color: #A890DF;
}
</style>
border-color css
<style>
span { border-color: #A890DF; }
span { border-color: rgb(168,144,223); }
td.TdClassName
{
border-color: #A890DF;
}
.TagClassName
{
border-color: #A890DF;
}
</style>