Shades of Biloba Flower #A999C7
Tints of Biloba Flower #A999C7
RGB
CMYK
RGB Variations
Color information
#A999C7 (or 0xA999C7) is known color: Biloba Flower. HEX triplet: A9, 99 and C7. RGB value is (169,153,199). Sum of RGB (Red+Green+Blue) = 169+153+199=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 199 - color contains mainly: blue. Hex color #A999C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999C7 is #566638. Grayscale: #A2A2A2. Windows color (decimal): -5662265 or 13081001. OLE color: 13081001.
HSL color Cylindrical-coordinate representation of color #A999C7: hue angle of 260.87º degrees, saturation: 0.29, 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 #A999C7 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 153 | 199 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.22 |
| HSL | 260.87º | 0.29% | 0.69% | - |
| HSV(B) | 260.87º | 0.23% | 0.78% | - |
| XYZ | 38.06 | 35.34 | 58.85 | - |
| YUV | 163.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 199 | 0.15 | 0.23 | 0 | 0.22 | 260.87 | 0.29 | 0.69 |
| Hex | A9 | 99 | C7 | F | 17 | 0 | 16 | 105 | 1D | 45 |
| Octal | 251 | 231 | 307 | 17 | 27 | 0 | 26 | 405 | 35 | 105 |
| Binary | 10101001 | 10011001 | 11000111 | 1111 | 10111 | 0 | 10110 | 100000101 | 11101 | 1000101 |
Color Harmonies of #A999C7
Complementary color
Monochromatic Colors of #A999C7
Black with #A999C7
Text Example
Text Example
White with #A999C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999C7; }
p { color: rgb(169,153,199); }
H1.HeaderClassName
{
color: #A999C7;
}
.AnyTagClassName
{
color: #A999C7;
}
</style>
background-color css
<style>
a { background-color: #A999C7; }
a { background-color: rgb(169,153,199); }
div.DivClassName
{
background-color: #A999C7;
}
.BgClassName
{
background-color: #A999C7;
}
</style>
border-color css
<style>
span { border-color: #A999C7; }
span { border-color: rgb(169,153,199); }
td.TdClassName
{
border-color: #A999C7;
}
.TagClassName
{
border-color: #A999C7;
}
</style>