Shades of Biloba Flower #A993D9
Tints of Biloba Flower #A993D9
RGB
CMYK
RGB Variations
Color information
#A993D9 (or 0xA993D9) is known color: Biloba Flower. HEX triplet: A9, 93 and D9. RGB value is (169,147,217). Sum of RGB (Red+Green+Blue) = 169+147+217=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 217 - color contains mainly: blue. Hex color #A993D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A993D9 is #566C26. Grayscale: #A1A1A1. Windows color (decimal): -5663783 or 14259113. OLE color: 14259113.
HSL color Cylindrical-coordinate representation of color #A993D9: hue angle of 258.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A993D9 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 147 | 217 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.15 |
| HSL | 258.86º | 0.48% | 0.71% | - |
| HSV(B) | 258.86º | 0.32% | 0.85% | - |
| XYZ | 39.32 | 34.31 | 70.2 | - |
| YUV | 161.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 147 | 217 | 0.22 | 0.32 | 0 | 0.15 | 258.86 | 0.48 | 0.71 |
| Hex | A9 | 93 | D9 | 16 | 20 | 0 | F | 103 | 30 | 47 |
| Octal | 251 | 223 | 331 | 26 | 40 | 0 | 17 | 403 | 60 | 107 |
| Binary | 10101001 | 10010011 | 11011001 | 10110 | 100000 | 0 | 1111 | 100000011 | 110000 | 1000111 |
Color Harmonies of #A993D9
Complementary color
Monochromatic Colors of #A993D9
Black with #A993D9
Text Example
Text Example
White with #A993D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A993D9; }
p { color: rgb(169,147,217); }
H1.HeaderClassName
{
color: #A993D9;
}
.AnyTagClassName
{
color: #A993D9;
}
</style>
background-color css
<style>
a { background-color: #A993D9; }
a { background-color: rgb(169,147,217); }
div.DivClassName
{
background-color: #A993D9;
}
.BgClassName
{
background-color: #A993D9;
}
</style>
border-color css
<style>
span { border-color: #A993D9; }
span { border-color: rgb(169,147,217); }
td.TdClassName
{
border-color: #A993D9;
}
.TagClassName
{
border-color: #A993D9;
}
</style>