Shades of Biloba Flower #A892FA
Tints of Biloba Flower #A892FA
RGB
CMYK
RGB Variations
Color information
#A892FA (or 0xA892FA) is known color: Biloba Flower. HEX triplet: A8, 92 and FA. RGB value is (168,146,250). Sum of RGB (Red+Green+Blue) = 168+146+250=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #A892FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892FA is #576D05. Grayscale: #A4A4A4. Windows color (decimal): -5729542 or 16421544. OLE color: 16421544.
HSL color Cylindrical-coordinate representation of color #A892FA: hue angle of 252.69º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A892FA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 146 | 250 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.02 |
| HSL | 252.69º | 0.91% | 0.78% | - |
| HSV(B) | 252.69º | 0.42% | 0.98% | - |
| XYZ | 43.68 | 35.78 | 95.05 | - |
| YUV | 164.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 250 | 0.33 | 0.42 | 0 | 0.02 | 252.69 | 0.91 | 0.78 |
| Hex | A8 | 92 | FA | 21 | 2A | 0 | 2 | FD | 5B | 4E |
| Octal | 250 | 222 | 372 | 41 | 52 | 0 | 2 | 375 | 133 | 116 |
| Binary | 10101000 | 10010010 | 11111010 | 100001 | 101010 | 0 | 10 | 11111101 | 1011011 | 1001110 |
Color Harmonies of #A892FA
Complementary color
Monochromatic Colors of #A892FA
Black with #A892FA
Text Example
Text Example
White with #A892FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892FA; }
p { color: rgb(168,146,250); }
H1.HeaderClassName
{
color: #A892FA;
}
.AnyTagClassName
{
color: #A892FA;
}
</style>
background-color css
<style>
a { background-color: #A892FA; }
a { background-color: rgb(168,146,250); }
div.DivClassName
{
background-color: #A892FA;
}
.BgClassName
{
background-color: #A892FA;
}
</style>
border-color css
<style>
span { border-color: #A892FA; }
span { border-color: rgb(168,146,250); }
td.TdClassName
{
border-color: #A892FA;
}
.TagClassName
{
border-color: #A892FA;
}
</style>