Shades of Biloba Flower #A48BDE
Tints of Biloba Flower #A48BDE
RGB
CMYK
RGB Variations
Color information
#A48BDE (or 0xA48BDE) is known color: Biloba Flower. HEX triplet: A4, 8B and DE. RGB value is (164,139,222). Sum of RGB (Red+Green+Blue) = 164+139+222=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #A48BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48BDE is #5B7421. Grayscale: #9B9B9B. Windows color (decimal): -5993506 or 14584740. OLE color: 14584740.
HSL color Cylindrical-coordinate representation of color #A48BDE: hue angle of 258.07º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A48BDE is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 139 | 222 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.13 |
| HSL | 258.07º | 0.56% | 0.71% | - |
| HSV(B) | 258.07º | 0.37% | 0.87% | - |
| XYZ | 37.73 | 31.63 | 73.22 | - |
| YUV | 155.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 222 | 0.26 | 0.37 | 0 | 0.13 | 258.07 | 0.56 | 0.71 |
| Hex | A4 | 8B | DE | 1A | 25 | 0 | D | 102 | 38 | 47 |
| Octal | 244 | 213 | 336 | 32 | 45 | 0 | 15 | 402 | 70 | 107 |
| Binary | 10100100 | 10001011 | 11011110 | 11010 | 100101 | 0 | 1101 | 100000010 | 111000 | 1000111 |
Color Harmonies of #A48BDE
Complementary color
Monochromatic Colors of #A48BDE
Black with #A48BDE
Text Example
Text Example
White with #A48BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BDE; }
p { color: rgb(164,139,222); }
H1.HeaderClassName
{
color: #A48BDE;
}
.AnyTagClassName
{
color: #A48BDE;
}
</style>
background-color css
<style>
a { background-color: #A48BDE; }
a { background-color: rgb(164,139,222); }
div.DivClassName
{
background-color: #A48BDE;
}
.BgClassName
{
background-color: #A48BDE;
}
</style>
border-color css
<style>
span { border-color: #A48BDE; }
span { border-color: rgb(164,139,222); }
td.TdClassName
{
border-color: #A48BDE;
}
.TagClassName
{
border-color: #A48BDE;
}
</style>