Shades of Biloba Flower #AA92C8
Tints of Biloba Flower #AA92C8
RGB
CMYK
RGB Variations
Color information
#AA92C8 (or 0xAA92C8) is known color: Biloba Flower. HEX triplet: AA, 92 and C8. RGB value is (170,146,200). Sum of RGB (Red+Green+Blue) = 170+146+200=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #AA92C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92C8 is #556D37. Grayscale: #9F9F9F. Windows color (decimal): -5598520 or 13144746. OLE color: 13144746.
HSL color Cylindrical-coordinate representation of color #AA92C8: hue angle of 266.67º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA92C8 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 146 | 200 | - |
| CMYK | 0.15 | 0.27 | 0 | 0.22 |
| HSL | 266.67º | 0.33% | 0.68% | - |
| HSV(B) | 266.67º | 0.27% | 0.78% | - |
| XYZ | 37.28 | 33.27 | 59.1 | - |
| YUV | 159.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 200 | 0.15 | 0.27 | 0 | 0.22 | 266.67 | 0.33 | 0.68 |
| Hex | AA | 92 | C8 | F | 1B | 0 | 16 | 10B | 21 | 44 |
| Octal | 252 | 222 | 310 | 17 | 33 | 0 | 26 | 413 | 41 | 104 |
| Binary | 10101010 | 10010010 | 11001000 | 1111 | 11011 | 0 | 10110 | 100001011 | 100001 | 1000100 |
Color Harmonies of #AA92C8
Complementary color
Monochromatic Colors of #AA92C8
Black with #AA92C8
Text Example
Text Example
White with #AA92C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92C8; }
p { color: rgb(170,146,200); }
H1.HeaderClassName
{
color: #AA92C8;
}
.AnyTagClassName
{
color: #AA92C8;
}
</style>
background-color css
<style>
a { background-color: #AA92C8; }
a { background-color: rgb(170,146,200); }
div.DivClassName
{
background-color: #AA92C8;
}
.BgClassName
{
background-color: #AA92C8;
}
</style>
border-color css
<style>
span { border-color: #AA92C8; }
span { border-color: rgb(170,146,200); }
td.TdClassName
{
border-color: #AA92C8;
}
.TagClassName
{
border-color: #AA92C8;
}
</style>