Shades of Biloba Flower #A99CCD
Tints of Biloba Flower #A99CCD
RGB
CMYK
RGB Variations
Color information
#A99CCD (or 0xA99CCD) is known color: Biloba Flower. HEX triplet: A9, 9C and CD. RGB value is (169,156,205). Sum of RGB (Red+Green+Blue) = 169+156+205=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #A99CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CCD is #566332. Grayscale: #A5A5A5. Windows color (decimal): -5661491 or 13474985. OLE color: 13474985.
HSL color Cylindrical-coordinate representation of color #A99CCD: hue angle of 255.92º degrees, saturation: 0.33, 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 #A99CCD is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 156 | 205 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.20 |
| HSL | 255.92º | 0.33% | 0.71% | - |
| HSV(B) | 255.92º | 0.24% | 0.8% | - |
| XYZ | 39.27 | 36.62 | 62.76 | - |
| YUV | 165.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 156 | 205 | 0.18 | 0.24 | 0 | 0.20 | 255.92 | 0.33 | 0.71 |
| Hex | A9 | 9C | CD | 12 | 18 | 0 | 14 | 100 | 21 | 47 |
| Octal | 251 | 234 | 315 | 22 | 30 | 0 | 24 | 400 | 41 | 107 |
| Binary | 10101001 | 10011100 | 11001101 | 10010 | 11000 | 0 | 10100 | 100000000 | 100001 | 1000111 |
Color Harmonies of #A99CCD
Complementary color
Monochromatic Colors of #A99CCD
Black with #A99CCD
Text Example
Text Example
White with #A99CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99CCD; }
p { color: rgb(169,156,205); }
H1.HeaderClassName
{
color: #A99CCD;
}
.AnyTagClassName
{
color: #A99CCD;
}
</style>
background-color css
<style>
a { background-color: #A99CCD; }
a { background-color: rgb(169,156,205); }
div.DivClassName
{
background-color: #A99CCD;
}
.BgClassName
{
background-color: #A99CCD;
}
</style>
border-color css
<style>
span { border-color: #A99CCD; }
span { border-color: rgb(169,156,205); }
td.TdClassName
{
border-color: #A99CCD;
}
.TagClassName
{
border-color: #A99CCD;
}
</style>