Shades of Biloba Flower #A892DC
Tints of Biloba Flower #A892DC
RGB
CMYK
RGB Variations
Color information
#A892DC (or 0xA892DC) is known color: Biloba Flower. HEX triplet: A8, 92 and DC. RGB value is (168,146,220). Sum of RGB (Red+Green+Blue) = 168+146+220=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #A892DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A892DC is #576D23. Grayscale: #A0A0A0. Windows color (decimal): -5729572 or 14455464. OLE color: 14455464.
HSL color Cylindrical-coordinate representation of color #A892DC: hue angle of 257.84º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A892DC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 146 | 220 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.14 |
| HSL | 257.84º | 0.51% | 0.72% | - |
| HSV(B) | 257.84º | 0.34% | 0.86% | - |
| XYZ | 39.35 | 34.05 | 72.21 | - |
| YUV | 161.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 146 | 220 | 0.24 | 0.34 | 0 | 0.14 | 257.84 | 0.51 | 0.72 |
| Hex | A8 | 92 | DC | 18 | 22 | 0 | E | 102 | 33 | 48 |
| Octal | 250 | 222 | 334 | 30 | 42 | 0 | 16 | 402 | 63 | 110 |
| Binary | 10101000 | 10010010 | 11011100 | 11000 | 100010 | 0 | 1110 | 100000010 | 110011 | 1001000 |
Color Harmonies of #A892DC
Complementary color
Monochromatic Colors of #A892DC
Black with #A892DC
Text Example
Text Example
White with #A892DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A892DC; }
p { color: rgb(168,146,220); }
H1.HeaderClassName
{
color: #A892DC;
}
.AnyTagClassName
{
color: #A892DC;
}
</style>
background-color css
<style>
a { background-color: #A892DC; }
a { background-color: rgb(168,146,220); }
div.DivClassName
{
background-color: #A892DC;
}
.BgClassName
{
background-color: #A892DC;
}
</style>
border-color css
<style>
span { border-color: #A892DC; }
span { border-color: rgb(168,146,220); }
td.TdClassName
{
border-color: #A892DC;
}
.TagClassName
{
border-color: #A892DC;
}
</style>