Shades of Biloba Flower #AA93DD
Tints of Biloba Flower #AA93DD
RGB
CMYK
RGB Variations
Color information
#AA93DD (or 0xAA93DD) is known color: Biloba Flower. HEX triplet: AA, 93 and DD. RGB value is (170,147,221). Sum of RGB (Red+Green+Blue) = 170+147+221=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA93DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93DD is #556C22. Grayscale: #A2A2A2. Windows color (decimal): -5598243 or 14521258. OLE color: 14521258.
HSL color Cylindrical-coordinate representation of color #AA93DD: hue angle of 258.65º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA93DD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 147 | 221 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.13 |
| HSL | 258.65º | 0.52% | 0.72% | - |
| HSV(B) | 258.65º | 0.33% | 0.87% | - |
| XYZ | 40.06 | 34.63 | 72.98 | - |
| YUV | 162.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 221 | 0.23 | 0.33 | 0 | 0.13 | 258.65 | 0.52 | 0.72 |
| Hex | AA | 93 | DD | 17 | 21 | 0 | D | 103 | 34 | 48 |
| Octal | 252 | 223 | 335 | 27 | 41 | 0 | 15 | 403 | 64 | 110 |
| Binary | 10101010 | 10010011 | 11011101 | 10111 | 100001 | 0 | 1101 | 100000011 | 110100 | 1001000 |
Color Harmonies of #AA93DD
Complementary color
Monochromatic Colors of #AA93DD
Black with #AA93DD
Text Example
Text Example
White with #AA93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93DD; }
p { color: rgb(170,147,221); }
H1.HeaderClassName
{
color: #AA93DD;
}
.AnyTagClassName
{
color: #AA93DD;
}
</style>
background-color css
<style>
a { background-color: #AA93DD; }
a { background-color: rgb(170,147,221); }
div.DivClassName
{
background-color: #AA93DD;
}
.BgClassName
{
background-color: #AA93DD;
}
</style>
border-color css
<style>
span { border-color: #AA93DD; }
span { border-color: rgb(170,147,221); }
td.TdClassName
{
border-color: #AA93DD;
}
.TagClassName
{
border-color: #AA93DD;
}
</style>