Shades of Biloba Flower #A394D9
Tints of Biloba Flower #A394D9
RGB
CMYK
RGB Variations
Color information
#A394D9 (or 0xA394D9) is known color: Biloba Flower. HEX triplet: A3, 94 and D9. RGB value is (163,148,217). Sum of RGB (Red+Green+Blue) = 163+148+217=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 217 (85.16% from 255 or 41.10% from 528); Max value from RGB is 217 - color contains mainly: blue. Hex color #A394D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394D9 is #5C6B26. Grayscale: #A0A0A0. Windows color (decimal): -6056743 or 14259363. OLE color: 14259363.
HSL color Cylindrical-coordinate representation of color #A394D9: hue angle of 253.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A394D9 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 148 | 217 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.15 |
| HSL | 253.04º | 0.48% | 0.72% | - |
| HSV(B) | 253.04º | 0.32% | 0.85% | - |
| XYZ | 38.22 | 33.98 | 70.19 | - |
| YUV | 160.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 217 | 0.25 | 0.32 | 0 | 0.15 | 253.04 | 0.48 | 0.72 |
| Hex | A3 | 94 | D9 | 19 | 20 | 0 | F | FD | 30 | 48 |
| Octal | 243 | 224 | 331 | 31 | 40 | 0 | 17 | 375 | 60 | 110 |
| Binary | 10100011 | 10010100 | 11011001 | 11001 | 100000 | 0 | 1111 | 11111101 | 110000 | 1001000 |
Color Harmonies of #A394D9
Complementary color
Monochromatic Colors of #A394D9
Black with #A394D9
Text Example
Text Example
White with #A394D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394D9; }
p { color: rgb(163,148,217); }
H1.HeaderClassName
{
color: #A394D9;
}
.AnyTagClassName
{
color: #A394D9;
}
</style>
background-color css
<style>
a { background-color: #A394D9; }
a { background-color: rgb(163,148,217); }
div.DivClassName
{
background-color: #A394D9;
}
.BgClassName
{
background-color: #A394D9;
}
</style>
border-color css
<style>
span { border-color: #A394D9; }
span { border-color: rgb(163,148,217); }
td.TdClassName
{
border-color: #A394D9;
}
.TagClassName
{
border-color: #A394D9;
}
</style>