Shades of Biloba Flower #A48BDB
Tints of Biloba Flower #A48BDB
RGB
CMYK
RGB Variations
Color information
#A48BDB (or 0xA48BDB) is known color: Biloba Flower. HEX triplet: A4, 8B and DB. RGB value is (164,139,219). Sum of RGB (Red+Green+Blue) = 164+139+219=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A48BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDB is #5B7424. Grayscale: #9B9B9B. Windows color (decimal): -5993509 or 14388132. OLE color: 14388132.
HSL color Cylindrical-coordinate representation of color #A48BDB: hue angle of 258.75º 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 #A48BDB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 139 | 219 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.14 |
| HSL | 258.75º | 0.53% | 0.7% | - |
| HSV(B) | 258.75º | 0.37% | 0.86% | - |
| XYZ | 37.33 | 31.47 | 71.13 | - |
| YUV | 155.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 219 | 0.25 | 0.37 | 0 | 0.14 | 258.75 | 0.53 | 0.7 |
| Hex | A4 | 8B | DB | 19 | 25 | 0 | E | 103 | 35 | 46 |
| Octal | 244 | 213 | 333 | 31 | 45 | 0 | 16 | 403 | 65 | 106 |
| Binary | 10100100 | 10001011 | 11011011 | 11001 | 100101 | 0 | 1110 | 100000011 | 110101 | 1000110 |
Color Harmonies of #A48BDB
Complementary color
Monochromatic Colors of #A48BDB
Black with #A48BDB
Text Example
Text Example
White with #A48BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BDB; }
p { color: rgb(164,139,219); }
H1.HeaderClassName
{
color: #A48BDB;
}
.AnyTagClassName
{
color: #A48BDB;
}
</style>
background-color css
<style>
a { background-color: #A48BDB; }
a { background-color: rgb(164,139,219); }
div.DivClassName
{
background-color: #A48BDB;
}
.BgClassName
{
background-color: #A48BDB;
}
</style>
border-color css
<style>
span { border-color: #A48BDB; }
span { border-color: rgb(164,139,219); }
td.TdClassName
{
border-color: #A48BDB;
}
.TagClassName
{
border-color: #A48BDB;
}
</style>