Shades of Biloba Flower #AA8CCB
Tints of Biloba Flower #AA8CCB
RGB
CMYK
RGB Variations
Color information
#AA8CCB (or 0xAA8CCB) is known color: Biloba Flower. HEX triplet: AA, 8C and CB. RGB value is (170,140,203). Sum of RGB (Red+Green+Blue) = 170+140+203=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA8CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA8CCB is #557334. Grayscale: #9B9B9B. Windows color (decimal): -5600053 or 13339818. OLE color: 13339818.
HSL color Cylindrical-coordinate representation of color #AA8CCB: hue angle of 268.57º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA8CCB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 140 | 203 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.20 |
| HSL | 268.57º | 0.38% | 0.67% | - |
| HSV(B) | 268.57º | 0.31% | 0.8% | - |
| XYZ | 36.74 | 31.61 | 60.67 | - |
| YUV | 156.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 140 | 203 | 0.16 | 0.31 | 0 | 0.20 | 268.57 | 0.38 | 0.67 |
| Hex | AA | 8C | CB | 10 | 1F | 0 | 14 | 10D | 26 | 43 |
| Octal | 252 | 214 | 313 | 20 | 37 | 0 | 24 | 415 | 46 | 103 |
| Binary | 10101010 | 10001100 | 11001011 | 10000 | 11111 | 0 | 10100 | 100001101 | 100110 | 1000011 |
Color Harmonies of #AA8CCB
Complementary color
Monochromatic Colors of #AA8CCB
Black with #AA8CCB
Text Example
Text Example
White with #AA8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8CCB; }
p { color: rgb(170,140,203); }
H1.HeaderClassName
{
color: #AA8CCB;
}
.AnyTagClassName
{
color: #AA8CCB;
}
</style>
background-color css
<style>
a { background-color: #AA8CCB; }
a { background-color: rgb(170,140,203); }
div.DivClassName
{
background-color: #AA8CCB;
}
.BgClassName
{
background-color: #AA8CCB;
}
</style>
border-color css
<style>
span { border-color: #AA8CCB; }
span { border-color: rgb(170,140,203); }
td.TdClassName
{
border-color: #AA8CCB;
}
.TagClassName
{
border-color: #AA8CCB;
}
</style>