Shades of Biloba Flower #AA92DB
Tints of Biloba Flower #AA92DB
RGB
CMYK
RGB Variations
Color information
#AA92DB (or 0xAA92DB) is known color: Biloba Flower. HEX triplet: AA, 92 and DB. RGB value is (170,146,219). Sum of RGB (Red+Green+Blue) = 170+146+219=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA92DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92DB is #556D24. Grayscale: #A1A1A1. Windows color (decimal): -5598501 or 14389930. OLE color: 14389930.
HSL color Cylindrical-coordinate representation of color #AA92DB: hue angle of 259.73º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA92DB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 146 | 219 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.14 |
| HSL | 259.73º | 0.5% | 0.72% | - |
| HSV(B) | 259.73º | 0.33% | 0.86% | - |
| XYZ | 39.64 | 34.22 | 71.53 | - |
| YUV | 161.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 219 | 0.22 | 0.33 | 0 | 0.14 | 259.73 | 0.5 | 0.72 |
| Hex | AA | 92 | DB | 16 | 21 | 0 | E | 104 | 32 | 48 |
| Octal | 252 | 222 | 333 | 26 | 41 | 0 | 16 | 404 | 62 | 110 |
| Binary | 10101010 | 10010010 | 11011011 | 10110 | 100001 | 0 | 1110 | 100000100 | 110010 | 1001000 |
Color Harmonies of #AA92DB
Complementary color
Monochromatic Colors of #AA92DB
Black with #AA92DB
Text Example
Text Example
White with #AA92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92DB; }
p { color: rgb(170,146,219); }
H1.HeaderClassName
{
color: #AA92DB;
}
.AnyTagClassName
{
color: #AA92DB;
}
</style>
background-color css
<style>
a { background-color: #AA92DB; }
a { background-color: rgb(170,146,219); }
div.DivClassName
{
background-color: #AA92DB;
}
.BgClassName
{
background-color: #AA92DB;
}
</style>
border-color css
<style>
span { border-color: #AA92DB; }
span { border-color: rgb(170,146,219); }
td.TdClassName
{
border-color: #AA92DB;
}
.TagClassName
{
border-color: #AA92DB;
}
</style>