Shades of Biloba Flower #AA93D4
Tints of Biloba Flower #AA93D4
RGB
CMYK
RGB Variations
Color information
#AA93D4 (or 0xAA93D4) is known color: Biloba Flower. HEX triplet: AA, 93 and D4. RGB value is (170,147,212). Sum of RGB (Red+Green+Blue) = 170+147+212=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA93D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93D4 is #556C2B. Grayscale: #A1A1A1. Windows color (decimal): -5598252 or 13931434. OLE color: 13931434.
HSL color Cylindrical-coordinate representation of color #AA93D4: hue angle of 261.23º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA93D4 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 147 | 212 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.17 |
| HSL | 261.23º | 0.43% | 0.7% | - |
| HSV(B) | 261.23º | 0.31% | 0.83% | - |
| XYZ | 38.89 | 34.17 | 66.83 | - |
| YUV | 161.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 212 | 0.20 | 0.31 | 0 | 0.17 | 261.23 | 0.43 | 0.7 |
| Hex | AA | 93 | D4 | 14 | 1F | 0 | 11 | 105 | 2B | 46 |
| Octal | 252 | 223 | 324 | 24 | 37 | 0 | 21 | 405 | 53 | 106 |
| Binary | 10101010 | 10010011 | 11010100 | 10100 | 11111 | 0 | 10001 | 100000101 | 101011 | 1000110 |
Color Harmonies of #AA93D4
Complementary color
Monochromatic Colors of #AA93D4
Black with #AA93D4
Text Example
Text Example
White with #AA93D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93D4; }
p { color: rgb(170,147,212); }
H1.HeaderClassName
{
color: #AA93D4;
}
.AnyTagClassName
{
color: #AA93D4;
}
</style>
background-color css
<style>
a { background-color: #AA93D4; }
a { background-color: rgb(170,147,212); }
div.DivClassName
{
background-color: #AA93D4;
}
.BgClassName
{
background-color: #AA93D4;
}
</style>
border-color css
<style>
span { border-color: #AA93D4; }
span { border-color: rgb(170,147,212); }
td.TdClassName
{
border-color: #AA93D4;
}
.TagClassName
{
border-color: #AA93D4;
}
</style>