Shades of Biloba Flower #AA7FDD
Tints of Biloba Flower #AA7FDD
RGB
CMYK
RGB Variations
Color information
#AA7FDD (or 0xAA7FDD) is known color: Biloba Flower. HEX triplet: AA, 7F and DD. RGB value is (170,127,221). Sum of RGB (Red+Green+Blue) = 170+127+221=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA7FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FDD is #558022. Grayscale: #969696. Windows color (decimal): -5603363 or 14516138. OLE color: 14516138.
HSL color Cylindrical-coordinate representation of color #AA7FDD: hue angle of 267.45º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7FDD is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 127 | 221 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.13 |
| HSL | 267.45º | 0.58% | 0.68% | - |
| HSV(B) | 267.45º | 0.43% | 0.87% | - |
| XYZ | 37.22 | 28.95 | 72.03 | - |
| YUV | 150.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 221 | 0.23 | 0.43 | 0 | 0.13 | 267.45 | 0.58 | 0.68 |
| Hex | AA | 7F | DD | 17 | 2B | 0 | D | 10B | 3A | 44 |
| Octal | 252 | 177 | 335 | 27 | 53 | 0 | 15 | 413 | 72 | 104 |
| Binary | 10101010 | 1111111 | 11011101 | 10111 | 101011 | 0 | 1101 | 100001011 | 111010 | 1000100 |
Color Harmonies of #AA7FDD
Complementary color
Monochromatic Colors of #AA7FDD
Black with #AA7FDD
Text Example
Text Example
White with #AA7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FDD; }
p { color: rgb(170,127,221); }
H1.HeaderClassName
{
color: #AA7FDD;
}
.AnyTagClassName
{
color: #AA7FDD;
}
</style>
background-color css
<style>
a { background-color: #AA7FDD; }
a { background-color: rgb(170,127,221); }
div.DivClassName
{
background-color: #AA7FDD;
}
.BgClassName
{
background-color: #AA7FDD;
}
</style>
border-color css
<style>
span { border-color: #AA7FDD; }
span { border-color: rgb(170,127,221); }
td.TdClassName
{
border-color: #AA7FDD;
}
.TagClassName
{
border-color: #AA7FDD;
}
</style>