Shades of Biloba Flower #A99CCC
Tints of Biloba Flower #A99CCC
RGB
CMYK
RGB Variations
Color information
#A99CCC (or 0xA99CCC) is known color: Biloba Flower. HEX triplet: A9, 9C and CC. RGB value is (169,156,204). Sum of RGB (Red+Green+Blue) = 169+156+204=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #A99CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CCC is #566333. Grayscale: #A5A5A5. Windows color (decimal): -5661492 or 13409449. OLE color: 13409449.
HSL color Cylindrical-coordinate representation of color #A99CCC: hue angle of 256.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A99CCC is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 156 | 204 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.2 |
| HSL | 256.25º | 0.32% | 0.71% | - |
| HSV(B) | 256.25º | 0.24% | 0.8% | - |
| XYZ | 39.15 | 36.57 | 62.12 | - |
| YUV | 165.36 | 149.81 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 204 | 0.17 | 0.24 | 0 | 0.2 | 256.25 | 0.32 | 0.71 |
| Hex | A9 | 9C | CC | 11 | 18 | 0 | 14 | 100 | 20 | 47 |
| Octal | 251 | 234 | 314 | 21 | 30 | 0 | 24 | 400 | 40 | 107 |
| Binary | 10101001 | 10011100 | 11001100 | 10001 | 11000 | 0 | 10100 | 100000000 | 100000 | 1000111 |
Color Harmonies of #A99CCC
Complementary color
Monochromatic Colors of #A99CCC
Black with #A99CCC
Text Example
Text Example
White with #A99CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CCC; }
p { color: rgb(169,156,204); }
H1.HeaderClassName
{
color: #A99CCC;
}
.AnyTagClassName
{
color: #A99CCC;
}
</style>
background-color css
<style>
a { background-color: #A99CCC; }
a { background-color: rgb(169,156,204); }
div.DivClassName
{
background-color: #A99CCC;
}
.BgClassName
{
background-color: #A99CCC;
}
</style>
border-color css
<style>
span { border-color: #A99CCC; }
span { border-color: rgb(169,156,204); }
td.TdClassName
{
border-color: #A99CCC;
}
.TagClassName
{
border-color: #A99CCC;
}
</style>