Shades of Biloba Flower #A892D8
Tints of Biloba Flower #A892D8
RGB
CMYK
RGB Variations
Color information
#A892D8 (or 0xA892D8) is known color: Biloba Flower. HEX triplet: A8, 92 and D8. RGB value is (168,146,216). Sum of RGB (Red+Green+Blue) = 168+146+216=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #A892D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892D8 is #576D27. Grayscale: #A0A0A0. Windows color (decimal): -5729576 or 14193320. OLE color: 14193320.
HSL color Cylindrical-coordinate representation of color #A892D8: hue angle of 258.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A892D8 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 146 | 216 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.15 |
| HSL | 258.86º | 0.47% | 0.71% | - |
| HSV(B) | 258.86º | 0.32% | 0.85% | - |
| XYZ | 38.82 | 33.84 | 69.45 | - |
| YUV | 160.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 216 | 0.22 | 0.32 | 0 | 0.15 | 258.86 | 0.47 | 0.71 |
| Hex | A8 | 92 | D8 | 16 | 20 | 0 | F | 103 | 2F | 47 |
| Octal | 250 | 222 | 330 | 26 | 40 | 0 | 17 | 403 | 57 | 107 |
| Binary | 10101000 | 10010010 | 11011000 | 10110 | 100000 | 0 | 1111 | 100000011 | 101111 | 1000111 |
Color Harmonies of #A892D8
Complementary color
Monochromatic Colors of #A892D8
Black with #A892D8
Text Example
Text Example
White with #A892D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892D8; }
p { color: rgb(168,146,216); }
H1.HeaderClassName
{
color: #A892D8;
}
.AnyTagClassName
{
color: #A892D8;
}
</style>
background-color css
<style>
a { background-color: #A892D8; }
a { background-color: rgb(168,146,216); }
div.DivClassName
{
background-color: #A892D8;
}
.BgClassName
{
background-color: #A892D8;
}
</style>
border-color css
<style>
span { border-color: #A892D8; }
span { border-color: rgb(168,146,216); }
td.TdClassName
{
border-color: #A892D8;
}
.TagClassName
{
border-color: #A892D8;
}
</style>