Shades of Biloba Flower #AA92F2
Tints of Biloba Flower #AA92F2
RGB
CMYK
RGB Variations
Color information
#AA92F2 (or 0xAA92F2) is known color: Biloba Flower. HEX triplet: AA, 92 and F2. RGB value is (170,146,242). Sum of RGB (Red+Green+Blue) = 170+146+242=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA92F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA92F2 is #556D0D. Grayscale: #A3A3A3. Windows color (decimal): -5598478 or 15897258. OLE color: 15897258.
HSL color Cylindrical-coordinate representation of color #AA92F2: hue angle of 255º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA92F2 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 146 | 242 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.05 |
| HSL | 255º | 0.79% | 0.76% | - |
| HSV(B) | 255º | 0.4% | 0.95% | - |
| XYZ | 42.88 | 35.51 | 88.6 | - |
| YUV | 164.12 | 171.95 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 242 | 0.30 | 0.40 | 0 | 0.05 | 255 | 0.79 | 0.76 |
| Hex | AA | 92 | F2 | 1E | 28 | 0 | 5 | FF | 4F | 4C |
| Octal | 252 | 222 | 362 | 36 | 50 | 0 | 5 | 377 | 117 | 114 |
| Binary | 10101010 | 10010010 | 11110010 | 11110 | 101000 | 0 | 101 | 11111111 | 1001111 | 1001100 |
Color Harmonies of #AA92F2
Complementary color
Monochromatic Colors of #AA92F2
Black with #AA92F2
Text Example
Text Example
White with #AA92F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA92F2; }
p { color: rgb(170,146,242); }
H1.HeaderClassName
{
color: #AA92F2;
}
.AnyTagClassName
{
color: #AA92F2;
}
</style>
background-color css
<style>
a { background-color: #AA92F2; }
a { background-color: rgb(170,146,242); }
div.DivClassName
{
background-color: #AA92F2;
}
.BgClassName
{
background-color: #AA92F2;
}
</style>
border-color css
<style>
span { border-color: #AA92F2; }
span { border-color: rgb(170,146,242); }
td.TdClassName
{
border-color: #AA92F2;
}
.TagClassName
{
border-color: #AA92F2;
}
</style>