Shades of Biloba Flower #A892D9
Tints of Biloba Flower #A892D9
RGB
CMYK
RGB Variations
Color information
#A892D9 (or 0xA892D9) is known color: Biloba Flower. HEX triplet: A8, 92 and D9. RGB value is (168,146,217). Sum of RGB (Red+Green+Blue) = 168+146+217=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #A892D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892D9 is #576D26. Grayscale: #A0A0A0. Windows color (decimal): -5729575 or 14258856. OLE color: 14258856.
HSL color Cylindrical-coordinate representation of color #A892D9: hue angle of 258.59º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A892D9 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 146 | 217 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.15 |
| HSL | 258.59º | 0.48% | 0.71% | - |
| HSV(B) | 258.59º | 0.33% | 0.85% | - |
| XYZ | 38.95 | 33.89 | 70.13 | - |
| YUV | 160.67 | 159.79 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 217 | 0.23 | 0.33 | 0 | 0.15 | 258.59 | 0.48 | 0.71 |
| Hex | A8 | 92 | D9 | 17 | 21 | 0 | F | 103 | 30 | 47 |
| Octal | 250 | 222 | 331 | 27 | 41 | 0 | 17 | 403 | 60 | 107 |
| Binary | 10101000 | 10010010 | 11011001 | 10111 | 100001 | 0 | 1111 | 100000011 | 110000 | 1000111 |
Color Harmonies of #A892D9
Complementary color
Monochromatic Colors of #A892D9
Black with #A892D9
Text Example
Text Example
White with #A892D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892D9; }
p { color: rgb(168,146,217); }
H1.HeaderClassName
{
color: #A892D9;
}
.AnyTagClassName
{
color: #A892D9;
}
</style>
background-color css
<style>
a { background-color: #A892D9; }
a { background-color: rgb(168,146,217); }
div.DivClassName
{
background-color: #A892D9;
}
.BgClassName
{
background-color: #A892D9;
}
</style>
border-color css
<style>
span { border-color: #A892D9; }
span { border-color: rgb(168,146,217); }
td.TdClassName
{
border-color: #A892D9;
}
.TagClassName
{
border-color: #A892D9;
}
</style>