Shades of Biloba Flower #A08BED
Tints of Biloba Flower #A08BED
RGB
CMYK
RGB Variations
Color information
#A08BED (or 0xA08BED) is known color: Biloba Flower. HEX triplet: A0, 8B and ED. RGB value is (160,139,237). Sum of RGB (Red+Green+Blue) = 160+139+237=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #A08BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08BED is #5F7412. Grayscale: #9C9C9C. Windows color (decimal): -6255635 or 15567776. OLE color: 15567776.
HSL color Cylindrical-coordinate representation of color #A08BED: hue angle of 252.86º 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 #A08BED is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 139 | 237 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.07 |
| HSL | 252.86º | 0.73% | 0.74% | - |
| HSV(B) | 252.86º | 0.41% | 0.93% | - |
| XYZ | 39.02 | 32.05 | 84.25 | - |
| YUV | 156.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 139 | 237 | 0.32 | 0.41 | 0 | 0.07 | 252.86 | 0.73 | 0.74 |
| Hex | A0 | 8B | ED | 20 | 29 | 0 | 7 | FD | 49 | 4A |
| Octal | 240 | 213 | 355 | 40 | 51 | 0 | 7 | 375 | 111 | 112 |
| Binary | 10100000 | 10001011 | 11101101 | 100000 | 101001 | 0 | 111 | 11111101 | 1001001 | 1001010 |
Color Harmonies of #A08BED
Complementary color
Monochromatic Colors of #A08BED
Black with #A08BED
Text Example
Text Example
White with #A08BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08BED; }
p { color: rgb(160,139,237); }
H1.HeaderClassName
{
color: #A08BED;
}
.AnyTagClassName
{
color: #A08BED;
}
</style>
background-color css
<style>
a { background-color: #A08BED; }
a { background-color: rgb(160,139,237); }
div.DivClassName
{
background-color: #A08BED;
}
.BgClassName
{
background-color: #A08BED;
}
</style>
border-color css
<style>
span { border-color: #A08BED; }
span { border-color: rgb(160,139,237); }
td.TdClassName
{
border-color: #A08BED;
}
.TagClassName
{
border-color: #A08BED;
}
</style>