Shades of Biloba Flower #AA94DF
Tints of Biloba Flower #AA94DF
RGB
CMYK
RGB Variations
Color information
#AA94DF (or 0xAA94DF) is known color: Biloba Flower. HEX triplet: AA, 94 and DF. RGB value is (170,148,223). Sum of RGB (Red+Green+Blue) = 170+148+223=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA94DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94DF is #556B20. Grayscale: #A2A2A2. Windows color (decimal): -5597985 or 14652586. OLE color: 14652586.
HSL color Cylindrical-coordinate representation of color #AA94DF: hue angle of 257.6º 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 #AA94DF is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 148 | 223 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.13 |
| HSL | 257.6º | 0.54% | 0.73% | - |
| HSV(B) | 257.6º | 0.34% | 0.87% | - |
| XYZ | 40.49 | 35.05 | 74.44 | - |
| YUV | 163.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 223 | 0.24 | 0.34 | 0 | 0.13 | 257.6 | 0.54 | 0.73 |
| Hex | AA | 94 | DF | 18 | 22 | 0 | D | 102 | 36 | 49 |
| Octal | 252 | 224 | 337 | 30 | 42 | 0 | 15 | 402 | 66 | 111 |
| Binary | 10101010 | 10010100 | 11011111 | 11000 | 100010 | 0 | 1101 | 100000010 | 110110 | 1001001 |
Color Harmonies of #AA94DF
Complementary color
Monochromatic Colors of #AA94DF
Black with #AA94DF
Text Example
Text Example
White with #AA94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94DF; }
p { color: rgb(170,148,223); }
H1.HeaderClassName
{
color: #AA94DF;
}
.AnyTagClassName
{
color: #AA94DF;
}
</style>
background-color css
<style>
a { background-color: #AA94DF; }
a { background-color: rgb(170,148,223); }
div.DivClassName
{
background-color: #AA94DF;
}
.BgClassName
{
background-color: #AA94DF;
}
</style>
border-color css
<style>
span { border-color: #AA94DF; }
span { border-color: rgb(170,148,223); }
td.TdClassName
{
border-color: #AA94DF;
}
.TagClassName
{
border-color: #AA94DF;
}
</style>