Shades of Biloba Flower #A99CDD
Tints of Biloba Flower #A99CDD
RGB
CMYK
RGB Variations
Color information
#A99CDD (or 0xA99CDD) is known color: Biloba Flower. HEX triplet: A9, 9C and DD. RGB value is (169,156,221). Sum of RGB (Red+Green+Blue) = 169+156+221=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #A99CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CDD is #566322. Grayscale: #A7A7A7. Windows color (decimal): -5661475 or 14523561. OLE color: 14523561.
HSL color Cylindrical-coordinate representation of color #A99CDD: hue angle of 252º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99CDD is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 156 | 221 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.13 |
| HSL | 252º | 0.49% | 0.74% | - |
| HSV(B) | 252º | 0.29% | 0.87% | - |
| XYZ | 41.3 | 37.43 | 73.45 | - |
| YUV | 167.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 221 | 0.24 | 0.29 | 0 | 0.13 | 252 | 0.49 | 0.74 |
| Hex | A9 | 9C | DD | 18 | 1D | 0 | D | FC | 31 | 4A |
| Octal | 251 | 234 | 335 | 30 | 35 | 0 | 15 | 374 | 61 | 112 |
| Binary | 10101001 | 10011100 | 11011101 | 11000 | 11101 | 0 | 1101 | 11111100 | 110001 | 1001010 |
Color Harmonies of #A99CDD
Complementary color
Monochromatic Colors of #A99CDD
Black with #A99CDD
Text Example
Text Example
White with #A99CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CDD; }
p { color: rgb(169,156,221); }
H1.HeaderClassName
{
color: #A99CDD;
}
.AnyTagClassName
{
color: #A99CDD;
}
</style>
background-color css
<style>
a { background-color: #A99CDD; }
a { background-color: rgb(169,156,221); }
div.DivClassName
{
background-color: #A99CDD;
}
.BgClassName
{
background-color: #A99CDD;
}
</style>
border-color css
<style>
span { border-color: #A99CDD; }
span { border-color: rgb(169,156,221); }
td.TdClassName
{
border-color: #A99CDD;
}
.TagClassName
{
border-color: #A99CDD;
}
</style>