Shades of Biloba Flower #AA81DB
Tints of Biloba Flower #AA81DB
RGB
CMYK
RGB Variations
Color information
#AA81DB (or 0xAA81DB) is known color: Biloba Flower. HEX triplet: AA, 81 and DB. RGB value is (170,129,219). Sum of RGB (Red+Green+Blue) = 170+129+219=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA81DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81DB is #557E24. Grayscale: #979797. Windows color (decimal): -5602853 or 14385578. OLE color: 14385578.
HSL color Cylindrical-coordinate representation of color #AA81DB: hue angle of 267.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA81DB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 129 | 219 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.14 |
| HSL | 267.33º | 0.56% | 0.68% | - |
| HSV(B) | 267.33º | 0.41% | 0.86% | - |
| XYZ | 37.21 | 29.36 | 70.72 | - |
| YUV | 151.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 219 | 0.22 | 0.41 | 0 | 0.14 | 267.33 | 0.56 | 0.68 |
| Hex | AA | 81 | DB | 16 | 29 | 0 | E | 10B | 38 | 44 |
| Octal | 252 | 201 | 333 | 26 | 51 | 0 | 16 | 413 | 70 | 104 |
| Binary | 10101010 | 10000001 | 11011011 | 10110 | 101001 | 0 | 1110 | 100001011 | 111000 | 1000100 |
Color Harmonies of #AA81DB
Complementary color
Monochromatic Colors of #AA81DB
Black with #AA81DB
Text Example
Text Example
White with #AA81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81DB; }
p { color: rgb(170,129,219); }
H1.HeaderClassName
{
color: #AA81DB;
}
.AnyTagClassName
{
color: #AA81DB;
}
</style>
background-color css
<style>
a { background-color: #AA81DB; }
a { background-color: rgb(170,129,219); }
div.DivClassName
{
background-color: #AA81DB;
}
.BgClassName
{
background-color: #AA81DB;
}
</style>
border-color css
<style>
span { border-color: #AA81DB; }
span { border-color: rgb(170,129,219); }
td.TdClassName
{
border-color: #AA81DB;
}
.TagClassName
{
border-color: #AA81DB;
}
</style>