Shades of Biloba Flower #AA8BFD
Tints of Biloba Flower #AA8BFD
RGB
CMYK
RGB Variations
Color information
#AA8BFD (or 0xAA8BFD) is known color: Biloba Flower. HEX triplet: AA, 8B and FD. RGB value is (170,139,253). Sum of RGB (Red+Green+Blue) = 170+139+253=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA8BFD is #557402. Grayscale: #A0A0A0. Windows color (decimal): -5600259 or 16616362. OLE color: 16616362.
HSL color Cylindrical-coordinate representation of color #AA8BFD: hue angle of 256.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA8BFD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 139 | 253 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.01 |
| HSL | 256.32º | 0.97% | 0.77% | - |
| HSV(B) | 256.32º | 0.45% | 0.99% | - |
| XYZ | 43.54 | 34.1 | 97.22 | - |
| YUV | 161.27 | 179.77 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 253 | 0.33 | 0.45 | 0 | 0.01 | 256.32 | 0.97 | 0.77 |
| Hex | AA | 8B | FD | 21 | 2D | 0 | 1 | 100 | 61 | 4D |
| Octal | 252 | 213 | 375 | 41 | 55 | 0 | 1 | 400 | 141 | 115 |
| Binary | 10101010 | 10001011 | 11111101 | 100001 | 101101 | 0 | 1 | 100000000 | 1100001 | 1001101 |
Color Harmonies of #AA8BFD
Complementary color
Monochromatic Colors of #AA8BFD
Black with #AA8BFD
Text Example
Text Example
White with #AA8BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BFD; }
p { color: rgb(170,139,253); }
H1.HeaderClassName
{
color: #AA8BFD;
}
.AnyTagClassName
{
color: #AA8BFD;
}
</style>
background-color css
<style>
a { background-color: #AA8BFD; }
a { background-color: rgb(170,139,253); }
div.DivClassName
{
background-color: #AA8BFD;
}
.BgClassName
{
background-color: #AA8BFD;
}
</style>
border-color css
<style>
span { border-color: #AA8BFD; }
span { border-color: rgb(170,139,253); }
td.TdClassName
{
border-color: #AA8BFD;
}
.TagClassName
{
border-color: #AA8BFD;
}
</style>