Shades of Biloba Flower #AA94CA
Tints of Biloba Flower #AA94CA
RGB
CMYK
RGB Variations
Color information
#AA94CA (or 0xAA94CA) is known color: Biloba Flower. HEX triplet: AA, 94 and CA. RGB value is (170,148,202). Sum of RGB (Red+Green+Blue) = 170+148+202=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA94CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94CA is #556B35. Grayscale: #A0A0A0. Windows color (decimal): -5598006 or 13276330. OLE color: 13276330.
HSL color Cylindrical-coordinate representation of color #AA94CA: hue angle of 264.44º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA94CA is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 148 | 202 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.21 |
| HSL | 264.44º | 0.34% | 0.69% | - |
| HSV(B) | 264.44º | 0.27% | 0.79% | - |
| XYZ | 37.83 | 33.99 | 60.44 | - |
| YUV | 160.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 202 | 0.16 | 0.27 | 0 | 0.21 | 264.44 | 0.34 | 0.69 |
| Hex | AA | 94 | CA | 10 | 1B | 0 | 15 | 108 | 22 | 45 |
| Octal | 252 | 224 | 312 | 20 | 33 | 0 | 25 | 410 | 42 | 105 |
| Binary | 10101010 | 10010100 | 11001010 | 10000 | 11011 | 0 | 10101 | 100001000 | 100010 | 1000101 |
Color Harmonies of #AA94CA
Complementary color
Monochromatic Colors of #AA94CA
Black with #AA94CA
Text Example
Text Example
White with #AA94CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA94CA; }
p { color: rgb(170,148,202); }
H1.HeaderClassName
{
color: #AA94CA;
}
.AnyTagClassName
{
color: #AA94CA;
}
</style>
background-color css
<style>
a { background-color: #AA94CA; }
a { background-color: rgb(170,148,202); }
div.DivClassName
{
background-color: #AA94CA;
}
.BgClassName
{
background-color: #AA94CA;
}
</style>
border-color css
<style>
span { border-color: #AA94CA; }
span { border-color: rgb(170,148,202); }
td.TdClassName
{
border-color: #AA94CA;
}
.TagClassName
{
border-color: #AA94CA;
}
</style>