Shades of Biloba Flower #A38FDB
Tints of Biloba Flower #A38FDB
RGB
CMYK
RGB Variations
Color information
#A38FDB (or 0xA38FDB) is known color: Biloba Flower. HEX triplet: A3, 8F and DB. RGB value is (163,143,219). Sum of RGB (Red+Green+Blue) = 163+143+219=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #A38FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FDB is #5C7024. Grayscale: #9D9D9D. Windows color (decimal): -6058021 or 14389155. OLE color: 14389155.
HSL color Cylindrical-coordinate representation of color #A38FDB: hue angle of 255.79º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A38FDB is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 143 | 219 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.14 |
| HSL | 255.79º | 0.51% | 0.71% | - |
| HSV(B) | 255.79º | 0.35% | 0.86% | - |
| XYZ | 37.71 | 32.55 | 71.31 | - |
| YUV | 157.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 219 | 0.26 | 0.35 | 0 | 0.14 | 255.79 | 0.51 | 0.71 |
| Hex | A3 | 8F | DB | 1A | 23 | 0 | E | 100 | 33 | 47 |
| Octal | 243 | 217 | 333 | 32 | 43 | 0 | 16 | 400 | 63 | 107 |
| Binary | 10100011 | 10001111 | 11011011 | 11010 | 100011 | 0 | 1110 | 100000000 | 110011 | 1000111 |
Color Harmonies of #A38FDB
Complementary color
Monochromatic Colors of #A38FDB
Black with #A38FDB
Text Example
Text Example
White with #A38FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FDB; }
p { color: rgb(163,143,219); }
H1.HeaderClassName
{
color: #A38FDB;
}
.AnyTagClassName
{
color: #A38FDB;
}
</style>
background-color css
<style>
a { background-color: #A38FDB; }
a { background-color: rgb(163,143,219); }
div.DivClassName
{
background-color: #A38FDB;
}
.BgClassName
{
background-color: #A38FDB;
}
</style>
border-color css
<style>
span { border-color: #A38FDB; }
span { border-color: rgb(163,143,219); }
td.TdClassName
{
border-color: #A38FDB;
}
.TagClassName
{
border-color: #A38FDB;
}
</style>