Shades of Biloba Flower #A886DC
Tints of Biloba Flower #A886DC
RGB
CMYK
RGB Variations
Color information
#A886DC (or 0xA886DC) is known color: Biloba Flower. HEX triplet: A8, 86 and DC. RGB value is (168,134,220). Sum of RGB (Red+Green+Blue) = 168+134+220=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #A886DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886DC is #577923. Grayscale: #999999. Windows color (decimal): -5732644 or 14452392. OLE color: 14452392.
HSL color Cylindrical-coordinate representation of color #A886DC: hue angle of 263.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A886DC is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 134 | 220 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.14 |
| HSL | 263.72º | 0.55% | 0.69% | - |
| HSV(B) | 263.72º | 0.39% | 0.86% | - |
| XYZ | 37.59 | 30.54 | 71.62 | - |
| YUV | 153.97 | 165.26 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 220 | 0.24 | 0.39 | 0 | 0.14 | 263.72 | 0.55 | 0.69 |
| Hex | A8 | 86 | DC | 18 | 27 | 0 | E | 108 | 37 | 45 |
| Octal | 250 | 206 | 334 | 30 | 47 | 0 | 16 | 410 | 67 | 105 |
| Binary | 10101000 | 10000110 | 11011100 | 11000 | 100111 | 0 | 1110 | 100001000 | 110111 | 1000101 |
Color Harmonies of #A886DC
Complementary color
Monochromatic Colors of #A886DC
Black with #A886DC
Text Example
Text Example
White with #A886DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886DC; }
p { color: rgb(168,134,220); }
H1.HeaderClassName
{
color: #A886DC;
}
.AnyTagClassName
{
color: #A886DC;
}
</style>
background-color css
<style>
a { background-color: #A886DC; }
a { background-color: rgb(168,134,220); }
div.DivClassName
{
background-color: #A886DC;
}
.BgClassName
{
background-color: #A886DC;
}
</style>
border-color css
<style>
span { border-color: #A886DC; }
span { border-color: rgb(168,134,220); }
td.TdClassName
{
border-color: #A886DC;
}
.TagClassName
{
border-color: #A886DC;
}
</style>