Shades of Biloba Flower #AA8DCD
Tints of Biloba Flower #AA8DCD
RGB
CMYK
RGB Variations
Color information
#AA8DCD (or 0xAA8DCD) is known color: Biloba Flower. HEX triplet: AA, 8D and CD. RGB value is (170,141,205). Sum of RGB (Red+Green+Blue) = 170+141+205=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8DCD is #557232. Grayscale: #9C9C9C. Windows color (decimal): -5599795 or 13471146. OLE color: 13471146.
HSL color Cylindrical-coordinate representation of color #AA8DCD: hue angle of 267.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8DCD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 141 | 205 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.20 |
| HSL | 267.19º | 0.39% | 0.68% | - |
| HSV(B) | 267.19º | 0.31% | 0.8% | - |
| XYZ | 37.12 | 32 | 61.98 | - |
| YUV | 156.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 205 | 0.17 | 0.31 | 0 | 0.20 | 267.19 | 0.39 | 0.68 |
| Hex | AA | 8D | CD | 11 | 1F | 0 | 14 | 10B | 27 | 44 |
| Octal | 252 | 215 | 315 | 21 | 37 | 0 | 24 | 413 | 47 | 104 |
| Binary | 10101010 | 10001101 | 11001101 | 10001 | 11111 | 0 | 10100 | 100001011 | 100111 | 1000100 |
Color Harmonies of #AA8DCD
Complementary color
Monochromatic Colors of #AA8DCD
Black with #AA8DCD
Text Example
Text Example
White with #AA8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8DCD; }
p { color: rgb(170,141,205); }
H1.HeaderClassName
{
color: #AA8DCD;
}
.AnyTagClassName
{
color: #AA8DCD;
}
</style>
background-color css
<style>
a { background-color: #AA8DCD; }
a { background-color: rgb(170,141,205); }
div.DivClassName
{
background-color: #AA8DCD;
}
.BgClassName
{
background-color: #AA8DCD;
}
</style>
border-color css
<style>
span { border-color: #AA8DCD; }
span { border-color: rgb(170,141,205); }
td.TdClassName
{
border-color: #AA8DCD;
}
.TagClassName
{
border-color: #AA8DCD;
}
</style>