Shades of Biloba Flower #AA93EF
Tints of Biloba Flower #AA93EF
RGB
CMYK
RGB Variations
Color information
#AA93EF (or 0xAA93EF) is known color: Biloba Flower. HEX triplet: AA, 93 and EF. RGB value is (170,147,239). Sum of RGB (Red+Green+Blue) = 170+147+239=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA93EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA93EF is #556C10. Grayscale: #A4A4A4. Windows color (decimal): -5598225 or 15700906. OLE color: 15700906.
HSL color Cylindrical-coordinate representation of color #AA93EF: hue angle of 255º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA93EF is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 147 | 239 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.06 |
| HSL | 255º | 0.74% | 0.76% | - |
| HSV(B) | 255º | 0.38% | 0.94% | - |
| XYZ | 42.59 | 35.65 | 86.3 | - |
| YUV | 164.37 | 170.12 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 239 | 0.29 | 0.38 | 0 | 0.06 | 255 | 0.74 | 0.76 |
| Hex | AA | 93 | EF | 1D | 26 | 0 | 6 | FF | 4A | 4C |
| Octal | 252 | 223 | 357 | 35 | 46 | 0 | 6 | 377 | 112 | 114 |
| Binary | 10101010 | 10010011 | 11101111 | 11101 | 100110 | 0 | 110 | 11111111 | 1001010 | 1001100 |
Color Harmonies of #AA93EF
Complementary color
Monochromatic Colors of #AA93EF
Black with #AA93EF
Text Example
Text Example
White with #AA93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93EF; }
p { color: rgb(170,147,239); }
H1.HeaderClassName
{
color: #AA93EF;
}
.AnyTagClassName
{
color: #AA93EF;
}
</style>
background-color css
<style>
a { background-color: #AA93EF; }
a { background-color: rgb(170,147,239); }
div.DivClassName
{
background-color: #AA93EF;
}
.BgClassName
{
background-color: #AA93EF;
}
</style>
border-color css
<style>
span { border-color: #AA93EF; }
span { border-color: rgb(170,147,239); }
td.TdClassName
{
border-color: #AA93EF;
}
.TagClassName
{
border-color: #AA93EF;
}
</style>