Shades of Biloba Flower #A99DC2
Tints of Biloba Flower #A99DC2
RGB
CMYK
RGB Variations
Color information
#A99DC2 (or 0xA99DC2) is known color: Biloba Flower. HEX triplet: A9, 9D and C2. RGB value is (169,157,194). Sum of RGB (Red+Green+Blue) = 169+157+194=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 194 - color contains mainly: blue. Hex color #A99DC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DC2 is #56623D. Grayscale: #A4A4A4. Windows color (decimal): -5661246 or 12754345. OLE color: 12754345.
HSL color Cylindrical-coordinate representation of color #A99DC2: hue angle of 259.46º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A99DC2 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 157 | 194 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.24 |
| HSL | 259.46º | 0.23% | 0.69% | - |
| HSV(B) | 259.46º | 0.19% | 0.76% | - |
| XYZ | 38.16 | 36.44 | 56.06 | - |
| YUV | 164.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 157 | 194 | 0.13 | 0.19 | 0 | 0.24 | 259.46 | 0.23 | 0.69 |
| Hex | A9 | 9D | C2 | D | 13 | 0 | 18 | 103 | 17 | 45 |
| Octal | 251 | 235 | 302 | 15 | 23 | 0 | 30 | 403 | 27 | 105 |
| Binary | 10101001 | 10011101 | 11000010 | 1101 | 10011 | 0 | 11000 | 100000011 | 10111 | 1000101 |
Color Harmonies of #A99DC2
Complementary color
Monochromatic Colors of #A99DC2
Black with #A99DC2
Text Example
Text Example
White with #A99DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99DC2; }
p { color: rgb(169,157,194); }
H1.HeaderClassName
{
color: #A99DC2;
}
.AnyTagClassName
{
color: #A99DC2;
}
</style>
background-color css
<style>
a { background-color: #A99DC2; }
a { background-color: rgb(169,157,194); }
div.DivClassName
{
background-color: #A99DC2;
}
.BgClassName
{
background-color: #A99DC2;
}
</style>
border-color css
<style>
span { border-color: #A99DC2; }
span { border-color: rgb(169,157,194); }
td.TdClassName
{
border-color: #A99DC2;
}
.TagClassName
{
border-color: #A99DC2;
}
</style>