Shades of Biloba Flower #AA8FFC
Tints of Biloba Flower #AA8FFC
RGB
CMYK
RGB Variations
Color information
#AA8FFC (or 0xAA8FFC) is known color: Biloba Flower. HEX triplet: AA, 8F and FC. RGB value is (170,143,252). Sum of RGB (Red+Green+Blue) = 170+143+252=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA8FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8FFC is #557003. Grayscale: #A3A3A3. Windows color (decimal): -5599236 or 16551850. OLE color: 16551850.
HSL color Cylindrical-coordinate representation of color #AA8FFC: hue angle of 254.86º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8FFC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 143 | 252 | - |
| CMYK | 0.33 | 0.43 | 0 | 0.01 |
| HSL | 254.86º | 0.95% | 0.77% | - |
| HSV(B) | 254.86º | 0.43% | 0.99% | - |
| XYZ | 43.97 | 35.22 | 96.58 | - |
| YUV | 163.5 | 177.95 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 252 | 0.33 | 0.43 | 0 | 0.01 | 254.86 | 0.95 | 0.77 |
| Hex | AA | 8F | FC | 21 | 2B | 0 | 1 | FF | 5F | 4D |
| Octal | 252 | 217 | 374 | 41 | 53 | 0 | 1 | 377 | 137 | 115 |
| Binary | 10101010 | 10001111 | 11111100 | 100001 | 101011 | 0 | 1 | 11111111 | 1011111 | 1001101 |
Color Harmonies of #AA8FFC
Complementary color
Monochromatic Colors of #AA8FFC
Black with #AA8FFC
Text Example
Text Example
White with #AA8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FFC; }
p { color: rgb(170,143,252); }
H1.HeaderClassName
{
color: #AA8FFC;
}
.AnyTagClassName
{
color: #AA8FFC;
}
</style>
background-color css
<style>
a { background-color: #AA8FFC; }
a { background-color: rgb(170,143,252); }
div.DivClassName
{
background-color: #AA8FFC;
}
.BgClassName
{
background-color: #AA8FFC;
}
</style>
border-color css
<style>
span { border-color: #AA8FFC; }
span { border-color: rgb(170,143,252); }
td.TdClassName
{
border-color: #AA8FFC;
}
.TagClassName
{
border-color: #AA8FFC;
}
</style>