Shades of Biloba Flower #AA92DF
Tints of Biloba Flower #AA92DF
RGB
CMYK
RGB Variations
Color information
#AA92DF (or 0xAA92DF) is known color: Biloba Flower. HEX triplet: AA, 92 and DF. RGB value is (170,146,223). Sum of RGB (Red+Green+Blue) = 170+146+223=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA92DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA92DF is #556D20. Grayscale: #A1A1A1. Windows color (decimal): -5598497 or 14652074. OLE color: 14652074.
HSL color Cylindrical-coordinate representation of color #AA92DF: hue angle of 258.7º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA92DF is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 146 | 223 | - |
| CMYK | 0.24 | 0.35 | 0 | 0.13 |
| HSL | 258.7º | 0.55% | 0.72% | - |
| HSV(B) | 258.7º | 0.35% | 0.87% | - |
| XYZ | 40.18 | 34.43 | 74.34 | - |
| YUV | 161.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 223 | 0.24 | 0.35 | 0 | 0.13 | 258.7 | 0.55 | 0.72 |
| Hex | AA | 92 | DF | 18 | 23 | 0 | D | 103 | 37 | 48 |
| Octal | 252 | 222 | 337 | 30 | 43 | 0 | 15 | 403 | 67 | 110 |
| Binary | 10101010 | 10010010 | 11011111 | 11000 | 100011 | 0 | 1101 | 100000011 | 110111 | 1001000 |
Color Harmonies of #AA92DF
Complementary color
Monochromatic Colors of #AA92DF
Black with #AA92DF
Text Example
Text Example
White with #AA92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92DF; }
p { color: rgb(170,146,223); }
H1.HeaderClassName
{
color: #AA92DF;
}
.AnyTagClassName
{
color: #AA92DF;
}
</style>
background-color css
<style>
a { background-color: #AA92DF; }
a { background-color: rgb(170,146,223); }
div.DivClassName
{
background-color: #AA92DF;
}
.BgClassName
{
background-color: #AA92DF;
}
</style>
border-color css
<style>
span { border-color: #AA92DF; }
span { border-color: rgb(170,146,223); }
td.TdClassName
{
border-color: #AA92DF;
}
.TagClassName
{
border-color: #AA92DF;
}
</style>