Shades of Biloba Flower #AA99C8
Tints of Biloba Flower #AA99C8
RGB
CMYK
RGB Variations
Color information
#AA99C8 (or 0xAA99C8) is known color: Biloba Flower. HEX triplet: AA, 99 and C8. RGB value is (170,153,200). Sum of RGB (Red+Green+Blue) = 170+153+200=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA99C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99C8 is #556637. Grayscale: #A3A3A3. Windows color (decimal): -5596728 or 13146538. OLE color: 13146538.
HSL color Cylindrical-coordinate representation of color #AA99C8: hue angle of 261.7º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA99C8 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 153 | 200 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.22 |
| HSL | 261.7º | 0.3% | 0.69% | - |
| HSV(B) | 261.7º | 0.24% | 0.78% | - |
| XYZ | 38.39 | 35.5 | 59.47 | - |
| YUV | 163.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 200 | 0.15 | 0.24 | 0 | 0.22 | 261.7 | 0.3 | 0.69 |
| Hex | AA | 99 | C8 | F | 18 | 0 | 16 | 106 | 1E | 45 |
| Octal | 252 | 231 | 310 | 17 | 30 | 0 | 26 | 406 | 36 | 105 |
| Binary | 10101010 | 10011001 | 11001000 | 1111 | 11000 | 0 | 10110 | 100000110 | 11110 | 1000101 |
Color Harmonies of #AA99C8
Complementary color
Monochromatic Colors of #AA99C8
Black with #AA99C8
Text Example
Text Example
White with #AA99C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA99C8; }
p { color: rgb(170,153,200); }
H1.HeaderClassName
{
color: #AA99C8;
}
.AnyTagClassName
{
color: #AA99C8;
}
</style>
background-color css
<style>
a { background-color: #AA99C8; }
a { background-color: rgb(170,153,200); }
div.DivClassName
{
background-color: #AA99C8;
}
.BgClassName
{
background-color: #AA99C8;
}
</style>
border-color css
<style>
span { border-color: #AA99C8; }
span { border-color: rgb(170,153,200); }
td.TdClassName
{
border-color: #AA99C8;
}
.TagClassName
{
border-color: #AA99C8;
}
</style>