Shades of Biloba Flower #A892FF
Tints of Biloba Flower #A892FF
RGB
CMYK
RGB Variations
Color information
#A892FF (or 0xA892FF) is known color: Biloba Flower. HEX triplet: A8, 92 and FF. RGB value is (168,146,255). Sum of RGB (Red+Green+Blue) = 168+146+255=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A892FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892FF is #576D00. Grayscale: #A4A4A4. Windows color (decimal): -5729537 or 16749224. OLE color: 16749224.
HSL color Cylindrical-coordinate representation of color #A892FF: hue angle of 252.11º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A892FF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 146 | 255 | - |
| CMYK | 0.34 | 0.43 | 0 | 0 |
| HSL | 252.11º | 1% | 0.79% | - |
| HSV(B) | 252.11º | 0.43% | 1% | - |
| XYZ | 44.48 | 36.1 | 99.23 | - |
| YUV | 165 | 178.79 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 255 | 0.34 | 0.43 | 0 | 0 | 252.11 | 1 | 0.79 |
| Hex | A8 | 92 | FF | 22 | 2B | 0 | 0 | FC | 64 | 4F |
| Octal | 250 | 222 | 377 | 42 | 53 | 0 | 0 | 374 | 144 | 117 |
| Binary | 10101000 | 10010010 | 11111111 | 100010 | 101011 | 0 | 0 | 11111100 | 1100100 | 1001111 |
Color Harmonies of #A892FF
Complementary color
Monochromatic Colors of #A892FF
Black with #A892FF
Text Example
Text Example
White with #A892FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892FF; }
p { color: rgb(168,146,255); }
H1.HeaderClassName
{
color: #A892FF;
}
.AnyTagClassName
{
color: #A892FF;
}
</style>
background-color css
<style>
a { background-color: #A892FF; }
a { background-color: rgb(168,146,255); }
div.DivClassName
{
background-color: #A892FF;
}
.BgClassName
{
background-color: #A892FF;
}
</style>
border-color css
<style>
span { border-color: #A892FF; }
span { border-color: rgb(168,146,255); }
td.TdClassName
{
border-color: #A892FF;
}
.TagClassName
{
border-color: #A892FF;
}
</style>