Shades of Biloba Flower #A48BD0
Tints of Biloba Flower #A48BD0
RGB
CMYK
RGB Variations
Color information
#A48BD0 (or 0xA48BD0) is known color: Biloba Flower. HEX triplet: A4, 8B and D0. RGB value is (164,139,208). Sum of RGB (Red+Green+Blue) = 164+139+208=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #A48BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BD0 is #5B742F. Grayscale: #9A9A9A. Windows color (decimal): -5993520 or 13667236. OLE color: 13667236.
HSL color Cylindrical-coordinate representation of color #A48BD0: hue angle of 261.74º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A48BD0 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 139 | 208 | - |
| CMYK | 0.21 | 0.33 | 0 | 0.18 |
| HSL | 261.74º | 0.42% | 0.68% | - |
| HSV(B) | 261.74º | 0.33% | 0.82% | - |
| XYZ | 35.93 | 30.91 | 63.75 | - |
| YUV | 154.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 208 | 0.21 | 0.33 | 0 | 0.18 | 261.74 | 0.42 | 0.68 |
| Hex | A4 | 8B | D0 | 15 | 21 | 0 | 12 | 106 | 2A | 44 |
| Octal | 244 | 213 | 320 | 25 | 41 | 0 | 22 | 406 | 52 | 104 |
| Binary | 10100100 | 10001011 | 11010000 | 10101 | 100001 | 0 | 10010 | 100000110 | 101010 | 1000100 |
Color Harmonies of #A48BD0
Complementary color
Monochromatic Colors of #A48BD0
Black with #A48BD0
Text Example
Text Example
White with #A48BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BD0; }
p { color: rgb(164,139,208); }
H1.HeaderClassName
{
color: #A48BD0;
}
.AnyTagClassName
{
color: #A48BD0;
}
</style>
background-color css
<style>
a { background-color: #A48BD0; }
a { background-color: rgb(164,139,208); }
div.DivClassName
{
background-color: #A48BD0;
}
.BgClassName
{
background-color: #A48BD0;
}
</style>
border-color css
<style>
span { border-color: #A48BD0; }
span { border-color: rgb(164,139,208); }
td.TdClassName
{
border-color: #A48BD0;
}
.TagClassName
{
border-color: #A48BD0;
}
</style>