Shades of Biloba Flower #AA98C1
Tints of Biloba Flower #AA98C1
RGB
CMYK
RGB Variations
Color information
#AA98C1 (or 0xAA98C1) is known color: Biloba Flower. HEX triplet: AA, 98 and C1. RGB value is (170,152,193). Sum of RGB (Red+Green+Blue) = 170+152+193=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98C1 is #55673E. Grayscale: #A1A1A1. Windows color (decimal): -5596991 or 12687530. OLE color: 12687530.
HSL color Cylindrical-coordinate representation of color #AA98C1: hue angle of 266.34º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA98C1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 152 | 193 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.24 |
| HSL | 266.34º | 0.25% | 0.68% | - |
| HSV(B) | 266.34º | 0.21% | 0.76% | - |
| XYZ | 37.43 | 34.85 | 55.21 | - |
| YUV | 162.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 193 | 0.12 | 0.21 | 0 | 0.24 | 266.34 | 0.25 | 0.68 |
| Hex | AA | 98 | C1 | C | 15 | 0 | 18 | 10A | 19 | 44 |
| Octal | 252 | 230 | 301 | 14 | 25 | 0 | 30 | 412 | 31 | 104 |
| Binary | 10101010 | 10011000 | 11000001 | 1100 | 10101 | 0 | 11000 | 100001010 | 11001 | 1000100 |
Color Harmonies of #AA98C1
Complementary color
Monochromatic Colors of #AA98C1
Black with #AA98C1
Text Example
Text Example
White with #AA98C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA98C1; }
p { color: rgb(170,152,193); }
H1.HeaderClassName
{
color: #AA98C1;
}
.AnyTagClassName
{
color: #AA98C1;
}
</style>
background-color css
<style>
a { background-color: #AA98C1; }
a { background-color: rgb(170,152,193); }
div.DivClassName
{
background-color: #AA98C1;
}
.BgClassName
{
background-color: #AA98C1;
}
</style>
border-color css
<style>
span { border-color: #AA98C1; }
span { border-color: rgb(170,152,193); }
td.TdClassName
{
border-color: #AA98C1;
}
.TagClassName
{
border-color: #AA98C1;
}
</style>