Shades of Biloba Flower #AA85ED
Tints of Biloba Flower #AA85ED
RGB
CMYK
RGB Variations
Color information
#AA85ED (or 0xAA85ED) is known color: Biloba Flower. HEX triplet: AA, 85 and ED. RGB value is (170,133,237). Sum of RGB (Red+Green+Blue) = 170+133+237=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA85ED is #557A12. Grayscale: #9B9B9B. Windows color (decimal): -5601811 or 15566250. OLE color: 15566250.
HSL color Cylindrical-coordinate representation of color #AA85ED: hue angle of 261.35º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA85ED is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 133 | 237 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.07 |
| HSL | 261.35º | 0.74% | 0.73% | - |
| HSV(B) | 261.35º | 0.44% | 0.93% | - |
| XYZ | 40.25 | 31.44 | 84.07 | - |
| YUV | 155.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 237 | 0.28 | 0.44 | 0 | 0.07 | 261.35 | 0.74 | 0.73 |
| Hex | AA | 85 | ED | 1C | 2C | 0 | 7 | 105 | 4A | 49 |
| Octal | 252 | 205 | 355 | 34 | 54 | 0 | 7 | 405 | 112 | 111 |
| Binary | 10101010 | 10000101 | 11101101 | 11100 | 101100 | 0 | 111 | 100000101 | 1001010 | 1001001 |
Color Harmonies of #AA85ED
Complementary color
Monochromatic Colors of #AA85ED
Black with #AA85ED
Text Example
Text Example
White with #AA85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85ED; }
p { color: rgb(170,133,237); }
H1.HeaderClassName
{
color: #AA85ED;
}
.AnyTagClassName
{
color: #AA85ED;
}
</style>
background-color css
<style>
a { background-color: #AA85ED; }
a { background-color: rgb(170,133,237); }
div.DivClassName
{
background-color: #AA85ED;
}
.BgClassName
{
background-color: #AA85ED;
}
</style>
border-color css
<style>
span { border-color: #AA85ED; }
span { border-color: rgb(170,133,237); }
td.TdClassName
{
border-color: #AA85ED;
}
.TagClassName
{
border-color: #AA85ED;
}
</style>