Shades of Biloba Flower #A999C4
Tints of Biloba Flower #A999C4
RGB
CMYK
RGB Variations
Color information
#A999C4 (or 0xA999C4) is known color: Biloba Flower. HEX triplet: A9, 99 and C4. RGB value is (169,153,196). Sum of RGB (Red+Green+Blue) = 169+153+196=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 196 - color contains mainly: blue. Hex color #A999C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999C4 is #56663B. Grayscale: #A2A2A2. Windows color (decimal): -5662268 or 12884393. OLE color: 12884393.
HSL color Cylindrical-coordinate representation of color #A999C4: hue angle of 262.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A999C4 is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 153 | 196 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.23 |
| HSL | 262.33º | 0.27% | 0.68% | - |
| HSV(B) | 262.33º | 0.22% | 0.77% | - |
| XYZ | 37.72 | 35.2 | 57.03 | - |
| YUV | 162.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 153 | 196 | 0.14 | 0.22 | 0 | 0.23 | 262.33 | 0.27 | 0.68 |
| Hex | A9 | 99 | C4 | E | 16 | 0 | 17 | 106 | 1B | 44 |
| Octal | 251 | 231 | 304 | 16 | 26 | 0 | 27 | 406 | 33 | 104 |
| Binary | 10101001 | 10011001 | 11000100 | 1110 | 10110 | 0 | 10111 | 100000110 | 11011 | 1000100 |
Color Harmonies of #A999C4
Complementary color
Monochromatic Colors of #A999C4
Black with #A999C4
Text Example
Text Example
White with #A999C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A999C4; }
p { color: rgb(169,153,196); }
H1.HeaderClassName
{
color: #A999C4;
}
.AnyTagClassName
{
color: #A999C4;
}
</style>
background-color css
<style>
a { background-color: #A999C4; }
a { background-color: rgb(169,153,196); }
div.DivClassName
{
background-color: #A999C4;
}
.BgClassName
{
background-color: #A999C4;
}
</style>
border-color css
<style>
span { border-color: #A999C4; }
span { border-color: rgb(169,153,196); }
td.TdClassName
{
border-color: #A999C4;
}
.TagClassName
{
border-color: #A999C4;
}
</style>