Shades of Biloba Flower #A48BEA
Tints of Biloba Flower #A48BEA
RGB
CMYK
RGB Variations
Color information
#A48BEA (or 0xA48BEA) is known color: Biloba Flower. HEX triplet: A4, 8B and EA. RGB value is (164,139,234). Sum of RGB (Red+Green+Blue) = 164+139+234=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 234 (91.80% from 255 or 43.58% from 537); Max value from RGB is 234 - color contains mainly: blue. Hex color #A48BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A48BEA is #5B7415. Grayscale: #9C9C9C. Windows color (decimal): -5993494 or 15371172. OLE color: 15371172.
HSL color Cylindrical-coordinate representation of color #A48BEA: hue angle of 255.79º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A48BEA is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 139 | 234 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.08 |
| HSL | 255.79º | 0.69% | 0.73% | - |
| HSV(B) | 255.79º | 0.41% | 0.92% | - |
| XYZ | 39.39 | 32.3 | 82 | - |
| YUV | 157.31 | 171.28 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 139 | 234 | 0.30 | 0.41 | 0 | 0.08 | 255.79 | 0.69 | 0.73 |
| Hex | A4 | 8B | EA | 1E | 29 | 0 | 8 | 100 | 45 | 49 |
| Octal | 244 | 213 | 352 | 36 | 51 | 0 | 10 | 400 | 105 | 111 |
| Binary | 10100100 | 10001011 | 11101010 | 11110 | 101001 | 0 | 1000 | 100000000 | 1000101 | 1001001 |
Color Harmonies of #A48BEA
Complementary color
Monochromatic Colors of #A48BEA
Black with #A48BEA
Text Example
Text Example
White with #A48BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48BEA; }
p { color: rgb(164,139,234); }
H1.HeaderClassName
{
color: #A48BEA;
}
.AnyTagClassName
{
color: #A48BEA;
}
</style>
background-color css
<style>
a { background-color: #A48BEA; }
a { background-color: rgb(164,139,234); }
div.DivClassName
{
background-color: #A48BEA;
}
.BgClassName
{
background-color: #A48BEA;
}
</style>
border-color css
<style>
span { border-color: #A48BEA; }
span { border-color: rgb(164,139,234); }
td.TdClassName
{
border-color: #A48BEA;
}
.TagClassName
{
border-color: #A48BEA;
}
</style>