Shades of Biloba Flower #AA80D5
Tints of Biloba Flower #AA80D5
RGB
CMYK
RGB Variations
Color information
#AA80D5 (or 0xAA80D5) is known color: Biloba Flower. HEX triplet: AA, 80 and D5. RGB value is (170,128,213). Sum of RGB (Red+Green+Blue) = 170+128+213=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA80D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80D5 is #557F2A. Grayscale: #959595. Windows color (decimal): -5603115 or 13992106. OLE color: 13992106.
HSL color Cylindrical-coordinate representation of color #AA80D5: hue angle of 269.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA80D5 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 128 | 213 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.16 |
| HSL | 269.65º | 0.5% | 0.67% | - |
| HSV(B) | 269.65º | 0.4% | 0.84% | - |
| XYZ | 36.31 | 28.79 | 66.59 | - |
| YUV | 150.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 213 | 0.20 | 0.40 | 0 | 0.16 | 269.65 | 0.5 | 0.67 |
| Hex | AA | 80 | D5 | 14 | 28 | 0 | 10 | 10E | 32 | 43 |
| Octal | 252 | 200 | 325 | 24 | 50 | 0 | 20 | 416 | 62 | 103 |
| Binary | 10101010 | 10000000 | 11010101 | 10100 | 101000 | 0 | 10000 | 100001110 | 110010 | 1000011 |
Color Harmonies of #AA80D5
Complementary color
Monochromatic Colors of #AA80D5
Black with #AA80D5
Text Example
Text Example
White with #AA80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80D5; }
p { color: rgb(170,128,213); }
H1.HeaderClassName
{
color: #AA80D5;
}
.AnyTagClassName
{
color: #AA80D5;
}
</style>
background-color css
<style>
a { background-color: #AA80D5; }
a { background-color: rgb(170,128,213); }
div.DivClassName
{
background-color: #AA80D5;
}
.BgClassName
{
background-color: #AA80D5;
}
</style>
border-color css
<style>
span { border-color: #AA80D5; }
span { border-color: rgb(170,128,213); }
td.TdClassName
{
border-color: #AA80D5;
}
.TagClassName
{
border-color: #AA80D5;
}
</style>