Shades of Biloba Flower #A38BDB
Tints of Biloba Flower #A38BDB
RGB
CMYK
RGB Variations
Color information
#A38BDB (or 0xA38BDB) is known color: Biloba Flower. HEX triplet: A3, 8B and DB. RGB value is (163,139,219). Sum of RGB (Red+Green+Blue) = 163+139+219=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A38BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BDB is #5C7424. Grayscale: #9B9B9B. Windows color (decimal): -6059045 or 14388131. OLE color: 14388131.
HSL color Cylindrical-coordinate representation of color #A38BDB: hue angle of 258º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A38BDB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 139 | 219 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.14 |
| HSL | 258º | 0.53% | 0.7% | - |
| HSV(B) | 258º | 0.37% | 0.86% | - |
| XYZ | 37.12 | 31.37 | 71.12 | - |
| YUV | 155.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 219 | 0.26 | 0.37 | 0 | 0.14 | 258 | 0.53 | 0.7 |
| Hex | A3 | 8B | DB | 1A | 25 | 0 | E | 102 | 35 | 46 |
| Octal | 243 | 213 | 333 | 32 | 45 | 0 | 16 | 402 | 65 | 106 |
| Binary | 10100011 | 10001011 | 11011011 | 11010 | 100101 | 0 | 1110 | 100000010 | 110101 | 1000110 |
Color Harmonies of #A38BDB
Complementary color
Monochromatic Colors of #A38BDB
Black with #A38BDB
Text Example
Text Example
White with #A38BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BDB; }
p { color: rgb(163,139,219); }
H1.HeaderClassName
{
color: #A38BDB;
}
.AnyTagClassName
{
color: #A38BDB;
}
</style>
background-color css
<style>
a { background-color: #A38BDB; }
a { background-color: rgb(163,139,219); }
div.DivClassName
{
background-color: #A38BDB;
}
.BgClassName
{
background-color: #A38BDB;
}
</style>
border-color css
<style>
span { border-color: #A38BDB; }
span { border-color: rgb(163,139,219); }
td.TdClassName
{
border-color: #A38BDB;
}
.TagClassName
{
border-color: #A38BDB;
}
</style>