Shades of Biloba Flower #AA8BED
Tints of Biloba Flower #AA8BED
RGB
CMYK
RGB Variations
Color information
#AA8BED (or 0xAA8BED) is known color: Biloba Flower. HEX triplet: AA, 8B and ED. RGB value is (170,139,237). Sum of RGB (Red+Green+Blue) = 170+139+237=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA8BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BED is #557412. Grayscale: #9F9F9F. Windows color (decimal): -5600275 or 15567786. OLE color: 15567786.
HSL color Cylindrical-coordinate representation of color #AA8BED: hue angle of 258.98º 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 #AA8BED is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 139 | 237 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.07 |
| HSL | 258.98º | 0.73% | 0.74% | - |
| HSV(B) | 258.98º | 0.41% | 0.93% | - |
| XYZ | 41.1 | 33.13 | 84.35 | - |
| YUV | 159.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 237 | 0.28 | 0.41 | 0 | 0.07 | 258.98 | 0.73 | 0.74 |
| Hex | AA | 8B | ED | 1C | 29 | 0 | 7 | 103 | 49 | 4A |
| Octal | 252 | 213 | 355 | 34 | 51 | 0 | 7 | 403 | 111 | 112 |
| Binary | 10101010 | 10001011 | 11101101 | 11100 | 101001 | 0 | 111 | 100000011 | 1001001 | 1001010 |
Color Harmonies of #AA8BED
Complementary color
Monochromatic Colors of #AA8BED
Black with #AA8BED
Text Example
Text Example
White with #AA8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BED; }
p { color: rgb(170,139,237); }
H1.HeaderClassName
{
color: #AA8BED;
}
.AnyTagClassName
{
color: #AA8BED;
}
</style>
background-color css
<style>
a { background-color: #AA8BED; }
a { background-color: rgb(170,139,237); }
div.DivClassName
{
background-color: #AA8BED;
}
.BgClassName
{
background-color: #AA8BED;
}
</style>
border-color css
<style>
span { border-color: #AA8BED; }
span { border-color: rgb(170,139,237); }
td.TdClassName
{
border-color: #AA8BED;
}
.TagClassName
{
border-color: #AA8BED;
}
</style>