Shades of Biloba Flower #AA93C5
Tints of Biloba Flower #AA93C5
RGB
CMYK
RGB Variations
Color information
#AA93C5 (or 0xAA93C5) is known color: Biloba Flower. HEX triplet: AA, 93 and C5. RGB value is (170,147,197). Sum of RGB (Red+Green+Blue) = 170+147+197=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA93C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93C5 is #556C3A. Grayscale: #9F9F9F. Windows color (decimal): -5598267 or 12948394. OLE color: 12948394.
HSL color Cylindrical-coordinate representation of color #AA93C5: hue angle of 267.6º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA93C5 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 147 | 197 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.23 |
| HSL | 267.6º | 0.3% | 0.67% | - |
| HSV(B) | 267.6º | 0.25% | 0.77% | - |
| XYZ | 37.09 | 33.44 | 57.32 | - |
| YUV | 159.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 197 | 0.14 | 0.25 | 0 | 0.23 | 267.6 | 0.3 | 0.67 |
| Hex | AA | 93 | C5 | E | 19 | 0 | 17 | 10C | 1E | 43 |
| Octal | 252 | 223 | 305 | 16 | 31 | 0 | 27 | 414 | 36 | 103 |
| Binary | 10101010 | 10010011 | 11000101 | 1110 | 11001 | 0 | 10111 | 100001100 | 11110 | 1000011 |
Color Harmonies of #AA93C5
Complementary color
Monochromatic Colors of #AA93C5
Black with #AA93C5
Text Example
Text Example
White with #AA93C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93C5; }
p { color: rgb(170,147,197); }
H1.HeaderClassName
{
color: #AA93C5;
}
.AnyTagClassName
{
color: #AA93C5;
}
</style>
background-color css
<style>
a { background-color: #AA93C5; }
a { background-color: rgb(170,147,197); }
div.DivClassName
{
background-color: #AA93C5;
}
.BgClassName
{
background-color: #AA93C5;
}
</style>
border-color css
<style>
span { border-color: #AA93C5; }
span { border-color: rgb(170,147,197); }
td.TdClassName
{
border-color: #AA93C5;
}
.TagClassName
{
border-color: #AA93C5;
}
</style>