Shades of Biloba Flower #A99CE0
Tints of Biloba Flower #A99CE0
RGB
CMYK
RGB Variations
Color information
#A99CE0 (or 0xA99CE0) is known color: Biloba Flower. HEX triplet: A9, 9C and E0. RGB value is (169,156,224). Sum of RGB (Red+Green+Blue) = 169+156+224=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #A99CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CE0 is #56631F. Grayscale: #A7A7A7. Windows color (decimal): -5661472 or 14720169. OLE color: 14720169.
HSL color Cylindrical-coordinate representation of color #A99CE0: hue angle of 251.47º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99CE0 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 156 | 224 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.12 |
| HSL | 251.47º | 0.52% | 0.75% | - |
| HSV(B) | 251.47º | 0.3% | 0.88% | - |
| XYZ | 41.71 | 37.59 | 75.58 | - |
| YUV | 167.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 224 | 0.25 | 0.30 | 0 | 0.12 | 251.47 | 0.52 | 0.75 |
| Hex | A9 | 9C | E0 | 19 | 1E | 0 | C | FB | 34 | 4B |
| Octal | 251 | 234 | 340 | 31 | 36 | 0 | 14 | 373 | 64 | 113 |
| Binary | 10101001 | 10011100 | 11100000 | 11001 | 11110 | 0 | 1100 | 11111011 | 110100 | 1001011 |
Color Harmonies of #A99CE0
Complementary color
Monochromatic Colors of #A99CE0
Black with #A99CE0
Text Example
Text Example
White with #A99CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CE0; }
p { color: rgb(169,156,224); }
H1.HeaderClassName
{
color: #A99CE0;
}
.AnyTagClassName
{
color: #A99CE0;
}
</style>
background-color css
<style>
a { background-color: #A99CE0; }
a { background-color: rgb(169,156,224); }
div.DivClassName
{
background-color: #A99CE0;
}
.BgClassName
{
background-color: #A99CE0;
}
</style>
border-color css
<style>
span { border-color: #A99CE0; }
span { border-color: rgb(169,156,224); }
td.TdClassName
{
border-color: #A99CE0;
}
.TagClassName
{
border-color: #A99CE0;
}
</style>