Shades of Biloba Flower #A999C1
Tints of Biloba Flower #A999C1
RGB
CMYK
RGB Variations
Color information
#A999C1 (or 0xA999C1) is known color: Biloba Flower. HEX triplet: A9, 99 and C1. RGB value is (169,153,193). Sum of RGB (Red+Green+Blue) = 169+153+193=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #A999C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999C1 is #56663E. Grayscale: #A2A2A2. Windows color (decimal): -5662271 or 12687785. OLE color: 12687785.
HSL color Cylindrical-coordinate representation of color #A999C1: hue angle of 264º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A999C1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 153 | 193 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.24 |
| HSL | 264º | 0.24% | 0.68% | - |
| HSV(B) | 264º | 0.21% | 0.76% | - |
| XYZ | 37.38 | 35.07 | 55.25 | - |
| YUV | 162.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 193 | 0.12 | 0.21 | 0 | 0.24 | 264 | 0.24 | 0.68 |
| Hex | A9 | 99 | C1 | C | 15 | 0 | 18 | 108 | 18 | 44 |
| Octal | 251 | 231 | 301 | 14 | 25 | 0 | 30 | 410 | 30 | 104 |
| Binary | 10101001 | 10011001 | 11000001 | 1100 | 10101 | 0 | 11000 | 100001000 | 11000 | 1000100 |
Color Harmonies of #A999C1
Complementary color
Monochromatic Colors of #A999C1
Black with #A999C1
Text Example
Text Example
White with #A999C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999C1; }
p { color: rgb(169,153,193); }
H1.HeaderClassName
{
color: #A999C1;
}
.AnyTagClassName
{
color: #A999C1;
}
</style>
background-color css
<style>
a { background-color: #A999C1; }
a { background-color: rgb(169,153,193); }
div.DivClassName
{
background-color: #A999C1;
}
.BgClassName
{
background-color: #A999C1;
}
</style>
border-color css
<style>
span { border-color: #A999C1; }
span { border-color: rgb(169,153,193); }
td.TdClassName
{
border-color: #A999C1;
}
.TagClassName
{
border-color: #A999C1;
}
</style>