Shades of Biloba Flower #AA8FCF
Tints of Biloba Flower #AA8FCF
RGB
CMYK
RGB Variations
Color information
#AA8FCF (or 0xAA8FCF) is known color: Biloba Flower. HEX triplet: AA, 8F and CF. RGB value is (170,143,207). Sum of RGB (Red+Green+Blue) = 170+143+207=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8FCF is #557030. Grayscale: #9E9E9E. Windows color (decimal): -5599281 or 13602730. OLE color: 13602730.
HSL color Cylindrical-coordinate representation of color #AA8FCF: hue angle of 265.31º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8FCF is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 143 | 207 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.19 |
| HSL | 265.31º | 0.4% | 0.69% | - |
| HSV(B) | 265.31º | 0.31% | 0.81% | - |
| XYZ | 37.66 | 32.7 | 63.36 | - |
| YUV | 158.37 | 155.45 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 207 | 0.18 | 0.31 | 0 | 0.19 | 265.31 | 0.4 | 0.69 |
| Hex | AA | 8F | CF | 12 | 1F | 0 | 13 | 109 | 28 | 45 |
| Octal | 252 | 217 | 317 | 22 | 37 | 0 | 23 | 411 | 50 | 105 |
| Binary | 10101010 | 10001111 | 11001111 | 10010 | 11111 | 0 | 10011 | 100001001 | 101000 | 1000101 |
Color Harmonies of #AA8FCF
Complementary color
Monochromatic Colors of #AA8FCF
Black with #AA8FCF
Text Example
Text Example
White with #AA8FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8FCF; }
p { color: rgb(170,143,207); }
H1.HeaderClassName
{
color: #AA8FCF;
}
.AnyTagClassName
{
color: #AA8FCF;
}
</style>
background-color css
<style>
a { background-color: #AA8FCF; }
a { background-color: rgb(170,143,207); }
div.DivClassName
{
background-color: #AA8FCF;
}
.BgClassName
{
background-color: #AA8FCF;
}
</style>
border-color css
<style>
span { border-color: #AA8FCF; }
span { border-color: rgb(170,143,207); }
td.TdClassName
{
border-color: #AA8FCF;
}
.TagClassName
{
border-color: #AA8FCF;
}
</style>