Shades of Biloba Flower #A892F9
Tints of Biloba Flower #A892F9
RGB
CMYK
RGB Variations
Color information
#A892F9 (or 0xA892F9) is known color: Biloba Flower. HEX triplet: A8, 92 and F9. RGB value is (168,146,249). Sum of RGB (Red+Green+Blue) = 168+146+249=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #A892F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892F9 is #576D06. Grayscale: #A3A3A3. Windows color (decimal): -5729543 or 16356008. OLE color: 16356008.
HSL color Cylindrical-coordinate representation of color #A892F9: hue angle of 252.82º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A892F9 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 146 | 249 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.02 |
| HSL | 252.82º | 0.9% | 0.77% | - |
| HSV(B) | 252.82º | 0.41% | 0.98% | - |
| XYZ | 43.53 | 35.72 | 94.22 | - |
| YUV | 164.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 249 | 0.33 | 0.41 | 0 | 0.02 | 252.82 | 0.9 | 0.77 |
| Hex | A8 | 92 | F9 | 21 | 29 | 0 | 2 | FD | 5A | 4D |
| Octal | 250 | 222 | 371 | 41 | 51 | 0 | 2 | 375 | 132 | 115 |
| Binary | 10101000 | 10010010 | 11111001 | 100001 | 101001 | 0 | 10 | 11111101 | 1011010 | 1001101 |
Color Harmonies of #A892F9
Complementary color
Monochromatic Colors of #A892F9
Black with #A892F9
Text Example
Text Example
White with #A892F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892F9; }
p { color: rgb(168,146,249); }
H1.HeaderClassName
{
color: #A892F9;
}
.AnyTagClassName
{
color: #A892F9;
}
</style>
background-color css
<style>
a { background-color: #A892F9; }
a { background-color: rgb(168,146,249); }
div.DivClassName
{
background-color: #A892F9;
}
.BgClassName
{
background-color: #A892F9;
}
</style>
border-color css
<style>
span { border-color: #A892F9; }
span { border-color: rgb(168,146,249); }
td.TdClassName
{
border-color: #A892F9;
}
.TagClassName
{
border-color: #A892F9;
}
</style>