Shades of Biloba Flower #A892F0
Tints of Biloba Flower #A892F0
RGB
CMYK
RGB Variations
Color information
#A892F0 (or 0xA892F0) is known color: Biloba Flower. HEX triplet: A8, 92 and F0. RGB value is (168,146,240). Sum of RGB (Red+Green+Blue) = 168+146+240=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #A892F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A892F0 is #576D0F. Grayscale: #A2A2A2. Windows color (decimal): -5729552 or 15766184. OLE color: 15766184.
HSL color Cylindrical-coordinate representation of color #A892F0: hue angle of 254.04º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A892F0 is Cyan = 0.3, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 146 | 240 | - |
| CMYK | 0.3 | 0.39 | 0 | 0.06 |
| HSL | 254.04º | 0.76% | 0.76% | - |
| HSV(B) | 254.04º | 0.39% | 0.94% | - |
| XYZ | 42.16 | 35.17 | 87.01 | - |
| YUV | 163.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 240 | 0.3 | 0.39 | 0 | 0.06 | 254.04 | 0.76 | 0.76 |
| Hex | A8 | 92 | F0 | 1E | 27 | 0 | 6 | FE | 4C | 4C |
| Octal | 250 | 222 | 360 | 36 | 47 | 0 | 6 | 376 | 114 | 114 |
| Binary | 10101000 | 10010010 | 11110000 | 11110 | 100111 | 0 | 110 | 11111110 | 1001100 | 1001100 |
Color Harmonies of #A892F0
Complementary color
Monochromatic Colors of #A892F0
Black with #A892F0
Text Example
Text Example
White with #A892F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892F0; }
p { color: rgb(168,146,240); }
H1.HeaderClassName
{
color: #A892F0;
}
.AnyTagClassName
{
color: #A892F0;
}
</style>
background-color css
<style>
a { background-color: #A892F0; }
a { background-color: rgb(168,146,240); }
div.DivClassName
{
background-color: #A892F0;
}
.BgClassName
{
background-color: #A892F0;
}
</style>
border-color css
<style>
span { border-color: #A892F0; }
span { border-color: rgb(168,146,240); }
td.TdClassName
{
border-color: #A892F0;
}
.TagClassName
{
border-color: #A892F0;
}
</style>