Shades of Biloba Flower #AA8AD1
Tints of Biloba Flower #AA8AD1
RGB
CMYK
RGB Variations
Color information
#AA8AD1 (or 0xAA8AD1) is known color: Biloba Flower. HEX triplet: AA, 8A and D1. RGB value is (170,138,209). Sum of RGB (Red+Green+Blue) = 170+138+209=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8AD1 is #55752E. Grayscale: #9B9B9B. Windows color (decimal): -5600559 or 13732522. OLE color: 13732522.
HSL color Cylindrical-coordinate representation of color #AA8AD1: hue angle of 267.04º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA8AD1 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 138 | 209 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.18 |
| HSL | 267.04º | 0.44% | 0.68% | - |
| HSV(B) | 267.04º | 0.34% | 0.82% | - |
| XYZ | 37.17 | 31.33 | 64.41 | - |
| YUV | 155.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 209 | 0.19 | 0.34 | 0 | 0.18 | 267.04 | 0.44 | 0.68 |
| Hex | AA | 8A | D1 | 13 | 22 | 0 | 12 | 10B | 2C | 44 |
| Octal | 252 | 212 | 321 | 23 | 42 | 0 | 22 | 413 | 54 | 104 |
| Binary | 10101010 | 10001010 | 11010001 | 10011 | 100010 | 0 | 10010 | 100001011 | 101100 | 1000100 |
Color Harmonies of #AA8AD1
Complementary color
Monochromatic Colors of #AA8AD1
Black with #AA8AD1
Text Example
Text Example
White with #AA8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AD1; }
p { color: rgb(170,138,209); }
H1.HeaderClassName
{
color: #AA8AD1;
}
.AnyTagClassName
{
color: #AA8AD1;
}
</style>
background-color css
<style>
a { background-color: #AA8AD1; }
a { background-color: rgb(170,138,209); }
div.DivClassName
{
background-color: #AA8AD1;
}
.BgClassName
{
background-color: #AA8AD1;
}
</style>
border-color css
<style>
span { border-color: #AA8AD1; }
span { border-color: rgb(170,138,209); }
td.TdClassName
{
border-color: #AA8AD1;
}
.TagClassName
{
border-color: #AA8AD1;
}
</style>