Shades of Biloba Flower #A394D7
Tints of Biloba Flower #A394D7
RGB
CMYK
RGB Variations
Color information
#A394D7 (or 0xA394D7) is known color: Biloba Flower. HEX triplet: A3, 94 and D7. RGB value is (163,148,215). Sum of RGB (Red+Green+Blue) = 163+148+215=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #A394D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394D7 is #5C6B28. Grayscale: #9F9F9F. Windows color (decimal): -6056745 or 14128291. OLE color: 14128291.
HSL color Cylindrical-coordinate representation of color #A394D7: hue angle of 253.43º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A394D7 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 148 | 215 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.16 |
| HSL | 253.43º | 0.46% | 0.71% | - |
| HSV(B) | 253.43º | 0.31% | 0.84% | - |
| XYZ | 37.96 | 33.87 | 68.83 | - |
| YUV | 160.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 215 | 0.24 | 0.31 | 0 | 0.16 | 253.43 | 0.46 | 0.71 |
| Hex | A3 | 94 | D7 | 18 | 1F | 0 | 10 | FD | 2E | 47 |
| Octal | 243 | 224 | 327 | 30 | 37 | 0 | 20 | 375 | 56 | 107 |
| Binary | 10100011 | 10010100 | 11010111 | 11000 | 11111 | 0 | 10000 | 11111101 | 101110 | 1000111 |
Color Harmonies of #A394D7
Complementary color
Monochromatic Colors of #A394D7
Black with #A394D7
Text Example
Text Example
White with #A394D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394D7; }
p { color: rgb(163,148,215); }
H1.HeaderClassName
{
color: #A394D7;
}
.AnyTagClassName
{
color: #A394D7;
}
</style>
background-color css
<style>
a { background-color: #A394D7; }
a { background-color: rgb(163,148,215); }
div.DivClassName
{
background-color: #A394D7;
}
.BgClassName
{
background-color: #A394D7;
}
</style>
border-color css
<style>
span { border-color: #A394D7; }
span { border-color: rgb(163,148,215); }
td.TdClassName
{
border-color: #A394D7;
}
.TagClassName
{
border-color: #A394D7;
}
</style>