Shades of Biloba Flower #AA93D1
Tints of Biloba Flower #AA93D1
RGB
CMYK
RGB Variations
Color information
#AA93D1 (or 0xAA93D1) is known color: Biloba Flower. HEX triplet: AA, 93 and D1. RGB value is (170,147,209). Sum of RGB (Red+Green+Blue) = 170+147+209=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA93D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93D1 is #556C2E. Grayscale: #A0A0A0. Windows color (decimal): -5598255 or 13734826. OLE color: 13734826.
HSL color Cylindrical-coordinate representation of color #AA93D1: hue angle of 262.26º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA93D1 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 147 | 209 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.18 |
| HSL | 262.26º | 0.4% | 0.7% | - |
| HSV(B) | 262.26º | 0.3% | 0.82% | - |
| XYZ | 38.52 | 34.02 | 64.86 | - |
| YUV | 160.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 209 | 0.19 | 0.30 | 0 | 0.18 | 262.26 | 0.4 | 0.7 |
| Hex | AA | 93 | D1 | 13 | 1E | 0 | 12 | 106 | 28 | 46 |
| Octal | 252 | 223 | 321 | 23 | 36 | 0 | 22 | 406 | 50 | 106 |
| Binary | 10101010 | 10010011 | 11010001 | 10011 | 11110 | 0 | 10010 | 100000110 | 101000 | 1000110 |
Color Harmonies of #AA93D1
Complementary color
Monochromatic Colors of #AA93D1
Black with #AA93D1
Text Example
Text Example
White with #AA93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93D1; }
p { color: rgb(170,147,209); }
H1.HeaderClassName
{
color: #AA93D1;
}
.AnyTagClassName
{
color: #AA93D1;
}
</style>
background-color css
<style>
a { background-color: #AA93D1; }
a { background-color: rgb(170,147,209); }
div.DivClassName
{
background-color: #AA93D1;
}
.BgClassName
{
background-color: #AA93D1;
}
</style>
border-color css
<style>
span { border-color: #AA93D1; }
span { border-color: rgb(170,147,209); }
td.TdClassName
{
border-color: #AA93D1;
}
.TagClassName
{
border-color: #AA93D1;
}
</style>