Shades of Biloba Flower #AA93DF
Tints of Biloba Flower #AA93DF
RGB
CMYK
RGB Variations
Color information
#AA93DF (or 0xAA93DF) is known color: Biloba Flower. HEX triplet: AA, 93 and DF. RGB value is (170,147,223). Sum of RGB (Red+Green+Blue) = 170+147+223=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA93DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93DF is #556C20. Grayscale: #A2A2A2. Windows color (decimal): -5598241 or 14652330. OLE color: 14652330.
HSL color Cylindrical-coordinate representation of color #AA93DF: hue angle of 258.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA93DF is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 147 | 223 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.13 |
| HSL | 258.16º | 0.54% | 0.73% | - |
| HSV(B) | 258.16º | 0.34% | 0.87% | - |
| XYZ | 40.33 | 34.74 | 74.39 | - |
| YUV | 162.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 223 | 0.24 | 0.34 | 0 | 0.13 | 258.16 | 0.54 | 0.73 |
| Hex | AA | 93 | DF | 18 | 22 | 0 | D | 102 | 36 | 49 |
| Octal | 252 | 223 | 337 | 30 | 42 | 0 | 15 | 402 | 66 | 111 |
| Binary | 10101010 | 10010011 | 11011111 | 11000 | 100010 | 0 | 1101 | 100000010 | 110110 | 1001001 |
Color Harmonies of #AA93DF
Complementary color
Monochromatic Colors of #AA93DF
Black with #AA93DF
Text Example
Text Example
White with #AA93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93DF; }
p { color: rgb(170,147,223); }
H1.HeaderClassName
{
color: #AA93DF;
}
.AnyTagClassName
{
color: #AA93DF;
}
</style>
background-color css
<style>
a { background-color: #AA93DF; }
a { background-color: rgb(170,147,223); }
div.DivClassName
{
background-color: #AA93DF;
}
.BgClassName
{
background-color: #AA93DF;
}
</style>
border-color css
<style>
span { border-color: #AA93DF; }
span { border-color: rgb(170,147,223); }
td.TdClassName
{
border-color: #AA93DF;
}
.TagClassName
{
border-color: #AA93DF;
}
</style>