Shades of Biloba Flower #A48BEE
Tints of Biloba Flower #A48BEE
RGB
CMYK
RGB Variations
Color information
#A48BEE (or 0xA48BEE) is known color: Biloba Flower. HEX triplet: A4, 8B and EE. RGB value is (164,139,238). Sum of RGB (Red+Green+Blue) = 164+139+238=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A48BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BEE is #5B7411. Grayscale: #9D9D9D. Windows color (decimal): -5993490 or 15633316. OLE color: 15633316.
HSL color Cylindrical-coordinate representation of color #A48BEE: hue angle of 255.15º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A48BEE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 139 | 238 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.07 |
| HSL | 255.15º | 0.74% | 0.74% | - |
| HSV(B) | 255.15º | 0.42% | 0.93% | - |
| XYZ | 39.98 | 32.53 | 85.06 | - |
| YUV | 157.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 238 | 0.31 | 0.42 | 0 | 0.07 | 255.15 | 0.74 | 0.74 |
| Hex | A4 | 8B | EE | 1F | 2A | 0 | 7 | FF | 4A | 4A |
| Octal | 244 | 213 | 356 | 37 | 52 | 0 | 7 | 377 | 112 | 112 |
| Binary | 10100100 | 10001011 | 11101110 | 11111 | 101010 | 0 | 111 | 11111111 | 1001010 | 1001010 |
Color Harmonies of #A48BEE
Complementary color
Monochromatic Colors of #A48BEE
Black with #A48BEE
Text Example
Text Example
White with #A48BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BEE; }
p { color: rgb(164,139,238); }
H1.HeaderClassName
{
color: #A48BEE;
}
.AnyTagClassName
{
color: #A48BEE;
}
</style>
background-color css
<style>
a { background-color: #A48BEE; }
a { background-color: rgb(164,139,238); }
div.DivClassName
{
background-color: #A48BEE;
}
.BgClassName
{
background-color: #A48BEE;
}
</style>
border-color css
<style>
span { border-color: #A48BEE; }
span { border-color: rgb(164,139,238); }
td.TdClassName
{
border-color: #A48BEE;
}
.TagClassName
{
border-color: #A48BEE;
}
</style>