Shades of Biloba Flower #A99CCE
Tints of Biloba Flower #A99CCE
RGB
CMYK
RGB Variations
Color information
#A99CCE (or 0xA99CCE) is known color: Biloba Flower. HEX triplet: A9, 9C and CE. RGB value is (169,156,206). Sum of RGB (Red+Green+Blue) = 169+156+206=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #A99CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CCE is #566331. Grayscale: #A5A5A5. Windows color (decimal): -5661490 or 13540521. OLE color: 13540521.
HSL color Cylindrical-coordinate representation of color #A99CCE: hue angle of 255.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A99CCE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 156 | 206 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.19 |
| HSL | 255.6º | 0.34% | 0.71% | - |
| HSV(B) | 255.6º | 0.24% | 0.81% | - |
| XYZ | 39.39 | 36.67 | 63.39 | - |
| YUV | 165.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 206 | 0.18 | 0.24 | 0 | 0.19 | 255.6 | 0.34 | 0.71 |
| Hex | A9 | 9C | CE | 12 | 18 | 0 | 13 | 100 | 22 | 47 |
| Octal | 251 | 234 | 316 | 22 | 30 | 0 | 23 | 400 | 42 | 107 |
| Binary | 10101001 | 10011100 | 11001110 | 10010 | 11000 | 0 | 10011 | 100000000 | 100010 | 1000111 |
Color Harmonies of #A99CCE
Complementary color
Monochromatic Colors of #A99CCE
Black with #A99CCE
Text Example
Text Example
White with #A99CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CCE; }
p { color: rgb(169,156,206); }
H1.HeaderClassName
{
color: #A99CCE;
}
.AnyTagClassName
{
color: #A99CCE;
}
</style>
background-color css
<style>
a { background-color: #A99CCE; }
a { background-color: rgb(169,156,206); }
div.DivClassName
{
background-color: #A99CCE;
}
.BgClassName
{
background-color: #A99CCE;
}
</style>
border-color css
<style>
span { border-color: #A99CCE; }
span { border-color: rgb(169,156,206); }
td.TdClassName
{
border-color: #A99CCE;
}
.TagClassName
{
border-color: #A99CCE;
}
</style>