Shades of Biloba Flower #AA93CA
Tints of Biloba Flower #AA93CA
RGB
CMYK
RGB Variations
Color information
#AA93CA (or 0xAA93CA) is known color: Biloba Flower. HEX triplet: AA, 93 and CA. RGB value is (170,147,202). Sum of RGB (Red+Green+Blue) = 170+147+202=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA93CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93CA is #556C35. Grayscale: #9F9F9F. Windows color (decimal): -5598262 or 13276074. OLE color: 13276074.
HSL color Cylindrical-coordinate representation of color #AA93CA: hue angle of 265.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA93CA is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 147 | 202 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.21 |
| HSL | 265.09º | 0.34% | 0.68% | - |
| HSV(B) | 265.09º | 0.27% | 0.79% | - |
| XYZ | 37.67 | 33.68 | 60.39 | - |
| YUV | 160.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 202 | 0.16 | 0.27 | 0 | 0.21 | 265.09 | 0.34 | 0.68 |
| Hex | AA | 93 | CA | 10 | 1B | 0 | 15 | 109 | 22 | 44 |
| Octal | 252 | 223 | 312 | 20 | 33 | 0 | 25 | 411 | 42 | 104 |
| Binary | 10101010 | 10010011 | 11001010 | 10000 | 11011 | 0 | 10101 | 100001001 | 100010 | 1000100 |
Color Harmonies of #AA93CA
Complementary color
Monochromatic Colors of #AA93CA
Black with #AA93CA
Text Example
Text Example
White with #AA93CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA93CA; }
p { color: rgb(170,147,202); }
H1.HeaderClassName
{
color: #AA93CA;
}
.AnyTagClassName
{
color: #AA93CA;
}
</style>
background-color css
<style>
a { background-color: #AA93CA; }
a { background-color: rgb(170,147,202); }
div.DivClassName
{
background-color: #AA93CA;
}
.BgClassName
{
background-color: #AA93CA;
}
</style>
border-color css
<style>
span { border-color: #AA93CA; }
span { border-color: rgb(170,147,202); }
td.TdClassName
{
border-color: #AA93CA;
}
.TagClassName
{
border-color: #AA93CA;
}
</style>