Shades of Biloba Flower #A892D0
Tints of Biloba Flower #A892D0
RGB
CMYK
RGB Variations
Color information
#A892D0 (or 0xA892D0) is known color: Biloba Flower. HEX triplet: A8, 92 and D0. RGB value is (168,146,208). Sum of RGB (Red+Green+Blue) = 168+146+208=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #A892D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892D0 is #576D2F. Grayscale: #9F9F9F. Windows color (decimal): -5729584 or 13669032. OLE color: 13669032.
HSL color Cylindrical-coordinate representation of color #A892D0: hue angle of 261.29º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A892D0 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 146 | 208 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.18 |
| HSL | 261.29º | 0.4% | 0.69% | - |
| HSV(B) | 261.29º | 0.3% | 0.82% | - |
| XYZ | 37.81 | 33.44 | 64.14 | - |
| YUV | 159.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 208 | 0.19 | 0.30 | 0 | 0.18 | 261.29 | 0.4 | 0.69 |
| Hex | A8 | 92 | D0 | 13 | 1E | 0 | 12 | 105 | 28 | 45 |
| Octal | 250 | 222 | 320 | 23 | 36 | 0 | 22 | 405 | 50 | 105 |
| Binary | 10101000 | 10010010 | 11010000 | 10011 | 11110 | 0 | 10010 | 100000101 | 101000 | 1000101 |
Color Harmonies of #A892D0
Complementary color
Monochromatic Colors of #A892D0
Black with #A892D0
Text Example
Text Example
White with #A892D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892D0; }
p { color: rgb(168,146,208); }
H1.HeaderClassName
{
color: #A892D0;
}
.AnyTagClassName
{
color: #A892D0;
}
</style>
background-color css
<style>
a { background-color: #A892D0; }
a { background-color: rgb(168,146,208); }
div.DivClassName
{
background-color: #A892D0;
}
.BgClassName
{
background-color: #A892D0;
}
</style>
border-color css
<style>
span { border-color: #A892D0; }
span { border-color: rgb(168,146,208); }
td.TdClassName
{
border-color: #A892D0;
}
.TagClassName
{
border-color: #A892D0;
}
</style>