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