Shades of Biloba Flower #AA8DED
Tints of Biloba Flower #AA8DED
RGB
CMYK
RGB Variations
Color information
#AA8DED (or 0xAA8DED) is known color: Biloba Flower. HEX triplet: AA, 8D and ED. RGB value is (170,141,237). Sum of RGB (Red+Green+Blue) = 170+141+237=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8DED is #557212. Grayscale: #A0A0A0. Windows color (decimal): -5599763 or 15568298. OLE color: 15568298.
HSL color Cylindrical-coordinate representation of color #AA8DED: hue angle of 258.12º 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 #AA8DED is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 141 | 237 | - |
CMYK | 0.28 | 0.41 | 0 | 0.07 |
HSL | 258.13º | 0.73% | 0.74% | - |
HSV(B) | 258.13º | 0.41% | 0.93% | - |
XYZ | 41.39 | 33.71 | 84.45 | - |
YUV | 160.62 | 171.11 | 134.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 141 | 237 | 0.28 | 0.41 | 0 | 0.07 | 258.13 | 0.73 | 0.74 |
Hex | AA | 8D | ED | 1C | 29 | 0 | 7 | 102 | 49 | 4A |
Octal | 252 | 215 | 355 | 34 | 51 | 0 | 7 | 402 | 111 | 112 |
Binary | 10101010 | 10001101 | 11101101 | 11100 | 101001 | 0 | 111 | 100000010 | 1001001 | 1001010 |
Color Harmonies of #AA8DED
Complementary color
Monochromatic Colors of #AA8DED
Black with #AA8DED
Text Example
Text Example
White with #AA8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DED; }
p { color: rgb(170,141,237); }
H1.HeaderClassName
{
color: #AA8DED;
}
.AnyTagClassName
{
color: #AA8DED;
}
</style>
background-color css
<style>
a { background-color: #AA8DED; }
a { background-color: rgb(170,141,237); }
div.DivClassName
{
background-color: #AA8DED;
}
.BgClassName
{
background-color: #AA8DED;
}
</style>
border-color css
<style>
span { border-color: #AA8DED; }
span { border-color: rgb(170,141,237); }
td.TdClassName
{
border-color: #AA8DED;
}
.TagClassName
{
border-color: #AA8DED;
}
</style>