Shades of Biloba Flower #A48DE4
Tints of Biloba Flower #A48DE4
RGB
CMYK
RGB Variations
Color information
#A48DE4 (or 0xA48DE4) is known color: Biloba Flower. HEX triplet: A4, 8D and E4. RGB value is (164,141,228). Sum of RGB (Red+Green+Blue) = 164+141+228=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #A48DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48DE4 is #5B721B. Grayscale: #9D9D9D. Windows color (decimal): -5992988 or 14978468. OLE color: 14978468.
HSL color Cylindrical-coordinate representation of color #A48DE4: hue angle of 255.86º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A48DE4 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 141 | 228 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.11 |
| HSL | 255.86º | 0.62% | 0.72% | - |
| HSV(B) | 255.86º | 0.38% | 0.89% | - |
| XYZ | 38.84 | 32.54 | 77.63 | - |
| YUV | 157.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 141 | 228 | 0.28 | 0.38 | 0 | 0.11 | 255.86 | 0.62 | 0.72 |
| Hex | A4 | 8D | E4 | 1C | 26 | 0 | B | 100 | 3E | 48 |
| Octal | 244 | 215 | 344 | 34 | 46 | 0 | 13 | 400 | 76 | 110 |
| Binary | 10100100 | 10001101 | 11100100 | 11100 | 100110 | 0 | 1011 | 100000000 | 111110 | 1001000 |
Color Harmonies of #A48DE4
Complementary color
Monochromatic Colors of #A48DE4
Black with #A48DE4
Text Example
Text Example
White with #A48DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48DE4; }
p { color: rgb(164,141,228); }
H1.HeaderClassName
{
color: #A48DE4;
}
.AnyTagClassName
{
color: #A48DE4;
}
</style>
background-color css
<style>
a { background-color: #A48DE4; }
a { background-color: rgb(164,141,228); }
div.DivClassName
{
background-color: #A48DE4;
}
.BgClassName
{
background-color: #A48DE4;
}
</style>
border-color css
<style>
span { border-color: #A48DE4; }
span { border-color: rgb(164,141,228); }
td.TdClassName
{
border-color: #A48DE4;
}
.TagClassName
{
border-color: #A48DE4;
}
</style>