Shades of Biloba Flower #AA8AF2
Tints of Biloba Flower #AA8AF2
RGB
CMYK
RGB Variations
Color information
#AA8AF2 (or 0xAA8AF2) is known color: Biloba Flower. HEX triplet: AA, 8A and F2. RGB value is (170,138,242). Sum of RGB (Red+Green+Blue) = 170+138+242=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA8AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8AF2 is #55750D. Grayscale: #9F9F9F. Windows color (decimal): -5600526 or 15895210. OLE color: 15895210.
HSL color Cylindrical-coordinate representation of color #AA8AF2: hue angle of 258.46º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA8AF2 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 138 | 242 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.05 |
| HSL | 258.46º | 0.8% | 0.75% | - |
| HSV(B) | 258.46º | 0.43% | 0.95% | - |
| XYZ | 41.69 | 33.13 | 88.2 | - |
| YUV | 159.42 | 174.6 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 242 | 0.30 | 0.43 | 0 | 0.05 | 258.46 | 0.8 | 0.75 |
| Hex | AA | 8A | F2 | 1E | 2B | 0 | 5 | 102 | 50 | 4B |
| Octal | 252 | 212 | 362 | 36 | 53 | 0 | 5 | 402 | 120 | 113 |
| Binary | 10101010 | 10001010 | 11110010 | 11110 | 101011 | 0 | 101 | 100000010 | 1010000 | 1001011 |
Color Harmonies of #AA8AF2
Complementary color
Monochromatic Colors of #AA8AF2
Black with #AA8AF2
Text Example
Text Example
White with #AA8AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8AF2; }
p { color: rgb(170,138,242); }
H1.HeaderClassName
{
color: #AA8AF2;
}
.AnyTagClassName
{
color: #AA8AF2;
}
</style>
background-color css
<style>
a { background-color: #AA8AF2; }
a { background-color: rgb(170,138,242); }
div.DivClassName
{
background-color: #AA8AF2;
}
.BgClassName
{
background-color: #AA8AF2;
}
</style>
border-color css
<style>
span { border-color: #AA8AF2; }
span { border-color: rgb(170,138,242); }
td.TdClassName
{
border-color: #AA8AF2;
}
.TagClassName
{
border-color: #AA8AF2;
}
</style>