Shades of Biloba Flower #AA85DD
Tints of Biloba Flower #AA85DD
RGB
CMYK
RGB Variations
Color information
#AA85DD (or 0xAA85DD) is known color: Biloba Flower. HEX triplet: AA, 85 and DD. RGB value is (170,133,221). Sum of RGB (Red+Green+Blue) = 170+133+221=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA85DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85DD is #557A22. Grayscale: #999999. Windows color (decimal): -5601827 or 14517674. OLE color: 14517674.
HSL color Cylindrical-coordinate representation of color #AA85DD: hue angle of 265.23º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA85DD is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 133 | 221 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.13 |
| HSL | 265.23º | 0.56% | 0.69% | - |
| HSV(B) | 265.23º | 0.4% | 0.87% | - |
| XYZ | 38.02 | 30.54 | 72.3 | - |
| YUV | 154.1 | 165.76 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 221 | 0.23 | 0.40 | 0 | 0.13 | 265.23 | 0.56 | 0.69 |
| Hex | AA | 85 | DD | 17 | 28 | 0 | D | 109 | 38 | 45 |
| Octal | 252 | 205 | 335 | 27 | 50 | 0 | 15 | 411 | 70 | 105 |
| Binary | 10101010 | 10000101 | 11011101 | 10111 | 101000 | 0 | 1101 | 100001001 | 111000 | 1000101 |
Color Harmonies of #AA85DD
Complementary color
Monochromatic Colors of #AA85DD
Black with #AA85DD
Text Example
Text Example
White with #AA85DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85DD; }
p { color: rgb(170,133,221); }
H1.HeaderClassName
{
color: #AA85DD;
}
.AnyTagClassName
{
color: #AA85DD;
}
</style>
background-color css
<style>
a { background-color: #AA85DD; }
a { background-color: rgb(170,133,221); }
div.DivClassName
{
background-color: #AA85DD;
}
.BgClassName
{
background-color: #AA85DD;
}
</style>
border-color css
<style>
span { border-color: #AA85DD; }
span { border-color: rgb(170,133,221); }
td.TdClassName
{
border-color: #AA85DD;
}
.TagClassName
{
border-color: #AA85DD;
}
</style>