Shades of Biloba Flower #A99CDF
Tints of Biloba Flower #A99CDF
RGB
CMYK
RGB Variations
Color information
#A99CDF (or 0xA99CDF) is known color: Biloba Flower. HEX triplet: A9, 9C and DF. RGB value is (169,156,223). Sum of RGB (Red+Green+Blue) = 169+156+223=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #A99CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CDF is #566320. Grayscale: #A7A7A7. Windows color (decimal): -5661473 or 14654633. OLE color: 14654633.
HSL color Cylindrical-coordinate representation of color #A99CDF: hue angle of 251.64º degrees, saturation: 0.51, 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 #A99CDF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 156 | 223 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.13 |
| HSL | 251.64º | 0.51% | 0.74% | - |
| HSV(B) | 251.64º | 0.3% | 0.87% | - |
| XYZ | 41.57 | 37.54 | 74.87 | - |
| YUV | 167.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 223 | 0.24 | 0.30 | 0 | 0.13 | 251.64 | 0.51 | 0.74 |
| Hex | A9 | 9C | DF | 18 | 1E | 0 | D | FC | 33 | 4A |
| Octal | 251 | 234 | 337 | 30 | 36 | 0 | 15 | 374 | 63 | 112 |
| Binary | 10101001 | 10011100 | 11011111 | 11000 | 11110 | 0 | 1101 | 11111100 | 110011 | 1001010 |
Color Harmonies of #A99CDF
Complementary color
Monochromatic Colors of #A99CDF
Black with #A99CDF
Text Example
Text Example
White with #A99CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CDF; }
p { color: rgb(169,156,223); }
H1.HeaderClassName
{
color: #A99CDF;
}
.AnyTagClassName
{
color: #A99CDF;
}
</style>
background-color css
<style>
a { background-color: #A99CDF; }
a { background-color: rgb(169,156,223); }
div.DivClassName
{
background-color: #A99CDF;
}
.BgClassName
{
background-color: #A99CDF;
}
</style>
border-color css
<style>
span { border-color: #A99CDF; }
span { border-color: rgb(169,156,223); }
td.TdClassName
{
border-color: #A99CDF;
}
.TagClassName
{
border-color: #A99CDF;
}
</style>