Shades of Biloba Flower #A990D0
Tints of Biloba Flower #A990D0
RGB
CMYK
RGB Variations
Color information
#A990D0 (or 0xA990D0) is known color: Biloba Flower. HEX triplet: A9, 90 and D0. RGB value is (169,144,208). Sum of RGB (Red+Green+Blue) = 169+144+208=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #A990D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990D0 is #566F2F. Grayscale: #9E9E9E. Windows color (decimal): -5664560 or 13668521. OLE color: 13668521.
HSL color Cylindrical-coordinate representation of color #A990D0: hue angle of 263.44º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A990D0 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 144 | 208 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.18 |
| HSL | 263.44º | 0.41% | 0.69% | - |
| HSV(B) | 263.44º | 0.31% | 0.82% | - |
| XYZ | 37.72 | 32.94 | 64.04 | - |
| YUV | 158.77 | 155.78 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 208 | 0.19 | 0.31 | 0 | 0.18 | 263.44 | 0.41 | 0.69 |
| Hex | A9 | 90 | D0 | 13 | 1F | 0 | 12 | 107 | 29 | 45 |
| Octal | 251 | 220 | 320 | 23 | 37 | 0 | 22 | 407 | 51 | 105 |
| Binary | 10101001 | 10010000 | 11010000 | 10011 | 11111 | 0 | 10010 | 100000111 | 101001 | 1000101 |
Color Harmonies of #A990D0
Complementary color
Monochromatic Colors of #A990D0
Black with #A990D0
Text Example
Text Example
White with #A990D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990D0; }
p { color: rgb(169,144,208); }
H1.HeaderClassName
{
color: #A990D0;
}
.AnyTagClassName
{
color: #A990D0;
}
</style>
background-color css
<style>
a { background-color: #A990D0; }
a { background-color: rgb(169,144,208); }
div.DivClassName
{
background-color: #A990D0;
}
.BgClassName
{
background-color: #A990D0;
}
</style>
border-color css
<style>
span { border-color: #A990D0; }
span { border-color: rgb(169,144,208); }
td.TdClassName
{
border-color: #A990D0;
}
.TagClassName
{
border-color: #A990D0;
}
</style>