Shades of Biloba Flower #A99ACC
Tints of Biloba Flower #A99ACC
RGB
CMYK
RGB Variations
Color information
#A99ACC (or 0xA99ACC) is known color: Biloba Flower. HEX triplet: A9, 9A and CC. RGB value is (169,154,204). Sum of RGB (Red+Green+Blue) = 169+154+204=527 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.07% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #A99ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ACC is #566533. Grayscale: #A4A4A4. Windows color (decimal): -5662004 or 13408937. OLE color: 13408937.
HSL color Cylindrical-coordinate representation of color #A99ACC: hue angle of 258º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A99ACC is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 154 | 204 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.2 |
| HSL | 258º | 0.33% | 0.7% | - |
| HSV(B) | 258º | 0.25% | 0.8% | - |
| XYZ | 38.82 | 35.91 | 62.01 | - |
| YUV | 164.19 | 150.47 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 154 | 204 | 0.17 | 0.25 | 0 | 0.2 | 258 | 0.33 | 0.7 |
| Hex | A9 | 9A | CC | 11 | 19 | 0 | 14 | 102 | 21 | 46 |
| Octal | 251 | 232 | 314 | 21 | 31 | 0 | 24 | 402 | 41 | 106 |
| Binary | 10101001 | 10011010 | 11001100 | 10001 | 11001 | 0 | 10100 | 100000010 | 100001 | 1000110 |
Color Harmonies of #A99ACC
Complementary color
Monochromatic Colors of #A99ACC
Black with #A99ACC
Text Example
Text Example
White with #A99ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99ACC; }
p { color: rgb(169,154,204); }
H1.HeaderClassName
{
color: #A99ACC;
}
.AnyTagClassName
{
color: #A99ACC;
}
</style>
background-color css
<style>
a { background-color: #A99ACC; }
a { background-color: rgb(169,154,204); }
div.DivClassName
{
background-color: #A99ACC;
}
.BgClassName
{
background-color: #A99ACC;
}
</style>
border-color css
<style>
span { border-color: #A99ACC; }
span { border-color: rgb(169,154,204); }
td.TdClassName
{
border-color: #A99ACC;
}
.TagClassName
{
border-color: #A99ACC;
}
</style>