Shades of Biloba Flower #A88BED
Tints of Biloba Flower #A88BED
RGB
CMYK
RGB Variations
Color information
#A88BED (or 0xA88BED) is known color: Biloba Flower. HEX triplet: A8, 8B and ED. RGB value is (168,139,237). Sum of RGB (Red+Green+Blue) = 168+139+237=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #A88BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88BED is #577412. Grayscale: #9E9E9E. Windows color (decimal): -5731347 or 15567784. OLE color: 15567784.
HSL color Cylindrical-coordinate representation of color #A88BED: hue angle of 257.76º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A88BED is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 139 | 237 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.07 |
| HSL | 257.76º | 0.73% | 0.74% | - |
| HSV(B) | 257.76º | 0.41% | 0.93% | - |
| XYZ | 40.67 | 32.9 | 84.33 | - |
| YUV | 158.84 | 172.11 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 139 | 237 | 0.29 | 0.41 | 0 | 0.07 | 257.76 | 0.73 | 0.74 |
| Hex | A8 | 8B | ED | 1D | 29 | 0 | 7 | 102 | 49 | 4A |
| Octal | 250 | 213 | 355 | 35 | 51 | 0 | 7 | 402 | 111 | 112 |
| Binary | 10101000 | 10001011 | 11101101 | 11101 | 101001 | 0 | 111 | 100000010 | 1001001 | 1001010 |
Color Harmonies of #A88BED
Complementary color
Monochromatic Colors of #A88BED
Black with #A88BED
Text Example
Text Example
White with #A88BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88BED; }
p { color: rgb(168,139,237); }
H1.HeaderClassName
{
color: #A88BED;
}
.AnyTagClassName
{
color: #A88BED;
}
</style>
background-color css
<style>
a { background-color: #A88BED; }
a { background-color: rgb(168,139,237); }
div.DivClassName
{
background-color: #A88BED;
}
.BgClassName
{
background-color: #A88BED;
}
</style>
border-color css
<style>
span { border-color: #A88BED; }
span { border-color: rgb(168,139,237); }
td.TdClassName
{
border-color: #A88BED;
}
.TagClassName
{
border-color: #A88BED;
}
</style>