Shades of Biloba Flower #AA8BCB
Tints of Biloba Flower #AA8BCB
RGB
CMYK
RGB Variations
Color information
#AA8BCB (or 0xAA8BCB) is known color: Biloba Flower. HEX triplet: AA, 8B and CB. RGB value is (170,139,203). Sum of RGB (Red+Green+Blue) = 170+139+203=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8BCB is #557434. Grayscale: #9B9B9B. Windows color (decimal): -5600309 or 13339562. OLE color: 13339562.
HSL color Cylindrical-coordinate representation of color #AA8BCB: hue angle of 269.06º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA8BCB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 139 | 203 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.20 |
| HSL | 269.06º | 0.38% | 0.67% | - |
| HSV(B) | 269.06º | 0.32% | 0.8% | - |
| XYZ | 36.59 | 31.32 | 60.62 | - |
| YUV | 155.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 203 | 0.16 | 0.32 | 0 | 0.20 | 269.06 | 0.38 | 0.67 |
| Hex | AA | 8B | CB | 10 | 20 | 0 | 14 | 10D | 26 | 43 |
| Octal | 252 | 213 | 313 | 20 | 40 | 0 | 24 | 415 | 46 | 103 |
| Binary | 10101010 | 10001011 | 11001011 | 10000 | 100000 | 0 | 10100 | 100001101 | 100110 | 1000011 |
Color Harmonies of #AA8BCB
Complementary color
Monochromatic Colors of #AA8BCB
Black with #AA8BCB
Text Example
Text Example
White with #AA8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8BCB; }
p { color: rgb(170,139,203); }
H1.HeaderClassName
{
color: #AA8BCB;
}
.AnyTagClassName
{
color: #AA8BCB;
}
</style>
background-color css
<style>
a { background-color: #AA8BCB; }
a { background-color: rgb(170,139,203); }
div.DivClassName
{
background-color: #AA8BCB;
}
.BgClassName
{
background-color: #AA8BCB;
}
</style>
border-color css
<style>
span { border-color: #AA8BCB; }
span { border-color: rgb(170,139,203); }
td.TdClassName
{
border-color: #AA8BCB;
}
.TagClassName
{
border-color: #AA8BCB;
}
</style>