Shades of Biloba Flower #A999C6
Tints of Biloba Flower #A999C6
RGB
CMYK
RGB Variations
Color information
#A999C6 (or 0xA999C6) is known color: Biloba Flower. HEX triplet: A9, 99 and C6. RGB value is (169,153,198). Sum of RGB (Red+Green+Blue) = 169+153+198=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 198 - color contains mainly: blue. Hex color #A999C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999C6 is #566639. Grayscale: #A2A2A2. Windows color (decimal): -5662266 or 13015465. OLE color: 13015465.
HSL color Cylindrical-coordinate representation of color #A999C6: hue angle of 261.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A999C6 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 153 | 198 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.22 |
| HSL | 261.33º | 0.28% | 0.69% | - |
| HSV(B) | 261.33º | 0.23% | 0.78% | - |
| XYZ | 37.95 | 35.29 | 58.24 | - |
| YUV | 162.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 198 | 0.15 | 0.23 | 0 | 0.22 | 261.33 | 0.28 | 0.69 |
| Hex | A9 | 99 | C6 | F | 17 | 0 | 16 | 105 | 1C | 45 |
| Octal | 251 | 231 | 306 | 17 | 27 | 0 | 26 | 405 | 34 | 105 |
| Binary | 10101001 | 10011001 | 11000110 | 1111 | 10111 | 0 | 10110 | 100000101 | 11100 | 1000101 |
Color Harmonies of #A999C6
Complementary color
Monochromatic Colors of #A999C6
Black with #A999C6
Text Example
Text Example
White with #A999C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999C6; }
p { color: rgb(169,153,198); }
H1.HeaderClassName
{
color: #A999C6;
}
.AnyTagClassName
{
color: #A999C6;
}
</style>
background-color css
<style>
a { background-color: #A999C6; }
a { background-color: rgb(169,153,198); }
div.DivClassName
{
background-color: #A999C6;
}
.BgClassName
{
background-color: #A999C6;
}
</style>
border-color css
<style>
span { border-color: #A999C6; }
span { border-color: rgb(169,153,198); }
td.TdClassName
{
border-color: #A999C6;
}
.TagClassName
{
border-color: #A999C6;
}
</style>