Shades of Biloba Flower #AA85DC
Tints of Biloba Flower #AA85DC
RGB
CMYK
RGB Variations
Color information
#AA85DC (or 0xAA85DC) is known color: Biloba Flower. HEX triplet: AA, 85 and DC. RGB value is (170,133,220). Sum of RGB (Red+Green+Blue) = 170+133+220=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA85DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85DC is #557A23. Grayscale: #999999. Windows color (decimal): -5601828 or 14452138. OLE color: 14452138.
HSL color Cylindrical-coordinate representation of color #AA85DC: hue angle of 265.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA85DC is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 133 | 220 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.14 |
| HSL | 265.52º | 0.55% | 0.69% | - |
| HSV(B) | 265.52º | 0.4% | 0.86% | - |
| XYZ | 37.88 | 30.49 | 71.6 | - |
| YUV | 153.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 220 | 0.23 | 0.40 | 0 | 0.14 | 265.52 | 0.55 | 0.69 |
| Hex | AA | 85 | DC | 17 | 28 | 0 | E | 10A | 37 | 45 |
| Octal | 252 | 205 | 334 | 27 | 50 | 0 | 16 | 412 | 67 | 105 |
| Binary | 10101010 | 10000101 | 11011100 | 10111 | 101000 | 0 | 1110 | 100001010 | 110111 | 1000101 |
Color Harmonies of #AA85DC
Complementary color
Monochromatic Colors of #AA85DC
Black with #AA85DC
Text Example
Text Example
White with #AA85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85DC; }
p { color: rgb(170,133,220); }
H1.HeaderClassName
{
color: #AA85DC;
}
.AnyTagClassName
{
color: #AA85DC;
}
</style>
background-color css
<style>
a { background-color: #AA85DC; }
a { background-color: rgb(170,133,220); }
div.DivClassName
{
background-color: #AA85DC;
}
.BgClassName
{
background-color: #AA85DC;
}
</style>
border-color css
<style>
span { border-color: #AA85DC; }
span { border-color: rgb(170,133,220); }
td.TdClassName
{
border-color: #AA85DC;
}
.TagClassName
{
border-color: #AA85DC;
}
</style>