Shades of Biloba Flower #A99ADD
Tints of Biloba Flower #A99ADD
RGB
CMYK
RGB Variations
Color information
#A99ADD (or 0xA99ADD) is known color: Biloba Flower. HEX triplet: A9, 9A and DD. RGB value is (169,154,221). Sum of RGB (Red+Green+Blue) = 169+154+221=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #A99ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ADD is #566522. Grayscale: #A5A5A5. Windows color (decimal): -5661987 or 14523049. OLE color: 14523049.
HSL color Cylindrical-coordinate representation of color #A99ADD: hue angle of 253.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99ADD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 154 | 221 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.13 |
| HSL | 253.43º | 0.5% | 0.74% | - |
| HSV(B) | 253.43º | 0.3% | 0.87% | - |
| XYZ | 40.97 | 36.77 | 73.34 | - |
| YUV | 166.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 221 | 0.24 | 0.30 | 0 | 0.13 | 253.43 | 0.5 | 0.74 |
| Hex | A9 | 9A | DD | 18 | 1E | 0 | D | FD | 32 | 4A |
| Octal | 251 | 232 | 335 | 30 | 36 | 0 | 15 | 375 | 62 | 112 |
| Binary | 10101001 | 10011010 | 11011101 | 11000 | 11110 | 0 | 1101 | 11111101 | 110010 | 1001010 |
Color Harmonies of #A99ADD
Complementary color
Monochromatic Colors of #A99ADD
Black with #A99ADD
Text Example
Text Example
White with #A99ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99ADD; }
p { color: rgb(169,154,221); }
H1.HeaderClassName
{
color: #A99ADD;
}
.AnyTagClassName
{
color: #A99ADD;
}
</style>
background-color css
<style>
a { background-color: #A99ADD; }
a { background-color: rgb(169,154,221); }
div.DivClassName
{
background-color: #A99ADD;
}
.BgClassName
{
background-color: #A99ADD;
}
</style>
border-color css
<style>
span { border-color: #A99ADD; }
span { border-color: rgb(169,154,221); }
td.TdClassName
{
border-color: #A99ADD;
}
.TagClassName
{
border-color: #A99ADD;
}
</style>