Shades of Biloba Flower #AA90CF
Tints of Biloba Flower #AA90CF
RGB
CMYK
RGB Variations
Color information
#AA90CF (or 0xAA90CF) is known color: Biloba Flower. HEX triplet: AA, 90 and CF. RGB value is (170,144,207). Sum of RGB (Red+Green+Blue) = 170+144+207=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA90CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA90CF is #556F30. Grayscale: #9E9E9E. Windows color (decimal): -5599025 or 13602986. OLE color: 13602986.
HSL color Cylindrical-coordinate representation of color #AA90CF: hue angle of 264.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA90CF is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 144 | 207 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.19 |
| HSL | 264.76º | 0.4% | 0.69% | - |
| HSV(B) | 264.76º | 0.3% | 0.81% | - |
| XYZ | 37.81 | 33 | 63.41 | - |
| YUV | 158.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 207 | 0.18 | 0.30 | 0 | 0.19 | 264.76 | 0.4 | 0.69 |
| Hex | AA | 90 | CF | 12 | 1E | 0 | 13 | 109 | 28 | 45 |
| Octal | 252 | 220 | 317 | 22 | 36 | 0 | 23 | 411 | 50 | 105 |
| Binary | 10101010 | 10010000 | 11001111 | 10010 | 11110 | 0 | 10011 | 100001001 | 101000 | 1000101 |
Color Harmonies of #AA90CF
Complementary color
Monochromatic Colors of #AA90CF
Black with #AA90CF
Text Example
Text Example
White with #AA90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA90CF; }
p { color: rgb(170,144,207); }
H1.HeaderClassName
{
color: #AA90CF;
}
.AnyTagClassName
{
color: #AA90CF;
}
</style>
background-color css
<style>
a { background-color: #AA90CF; }
a { background-color: rgb(170,144,207); }
div.DivClassName
{
background-color: #AA90CF;
}
.BgClassName
{
background-color: #AA90CF;
}
</style>
border-color css
<style>
span { border-color: #AA90CF; }
span { border-color: rgb(170,144,207); }
td.TdClassName
{
border-color: #AA90CF;
}
.TagClassName
{
border-color: #AA90CF;
}
</style>