Shades of Biloba Flower #A394DB
Tints of Biloba Flower #A394DB
RGB
CMYK
RGB Variations
Color information
#A394DB (or 0xA394DB) is known color: Biloba Flower. HEX triplet: A3, 94 and DB. RGB value is (163,148,219). Sum of RGB (Red+Green+Blue) = 163+148+219=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #A394DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394DB is #5C6B24. Grayscale: #A0A0A0. Windows color (decimal): -6056741 or 14390435. OLE color: 14390435.
HSL color Cylindrical-coordinate representation of color #A394DB: hue angle of 252.68º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A394DB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 148 | 219 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.14 |
| HSL | 252.68º | 0.5% | 0.72% | - |
| HSV(B) | 252.68º | 0.32% | 0.86% | - |
| XYZ | 38.48 | 34.08 | 71.57 | - |
| YUV | 160.58 | 160.97 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 148 | 219 | 0.26 | 0.32 | 0 | 0.14 | 252.68 | 0.5 | 0.72 |
| Hex | A3 | 94 | DB | 1A | 20 | 0 | E | FD | 32 | 48 |
| Octal | 243 | 224 | 333 | 32 | 40 | 0 | 16 | 375 | 62 | 110 |
| Binary | 10100011 | 10010100 | 11011011 | 11010 | 100000 | 0 | 1110 | 11111101 | 110010 | 1001000 |
Color Harmonies of #A394DB
Complementary color
Monochromatic Colors of #A394DB
Black with #A394DB
Text Example
Text Example
White with #A394DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A394DB; }
p { color: rgb(163,148,219); }
H1.HeaderClassName
{
color: #A394DB;
}
.AnyTagClassName
{
color: #A394DB;
}
</style>
background-color css
<style>
a { background-color: #A394DB; }
a { background-color: rgb(163,148,219); }
div.DivClassName
{
background-color: #A394DB;
}
.BgClassName
{
background-color: #A394DB;
}
</style>
border-color css
<style>
span { border-color: #A394DB; }
span { border-color: rgb(163,148,219); }
td.TdClassName
{
border-color: #A394DB;
}
.TagClassName
{
border-color: #A394DB;
}
</style>