Shades of Biloba Flower #A886D4
Tints of Biloba Flower #A886D4
RGB
CMYK
RGB Variations
Color information
#A886D4 (or 0xA886D4) is known color: Biloba Flower. HEX triplet: A8, 86 and D4. RGB value is (168,134,212). Sum of RGB (Red+Green+Blue) = 168+134+212=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #A886D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A886D4 is #57792B. Grayscale: #989898. Windows color (decimal): -5732652 or 13928104. OLE color: 13928104.
HSL color Cylindrical-coordinate representation of color #A886D4: hue angle of 266.15º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A886D4 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 134 | 212 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.17 |
| HSL | 266.15º | 0.48% | 0.68% | - |
| HSV(B) | 266.15º | 0.37% | 0.83% | - |
| XYZ | 36.56 | 30.13 | 66.18 | - |
| YUV | 153.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 212 | 0.21 | 0.37 | 0 | 0.17 | 266.15 | 0.48 | 0.68 |
| Hex | A8 | 86 | D4 | 15 | 25 | 0 | 11 | 10A | 30 | 44 |
| Octal | 250 | 206 | 324 | 25 | 45 | 0 | 21 | 412 | 60 | 104 |
| Binary | 10101000 | 10000110 | 11010100 | 10101 | 100101 | 0 | 10001 | 100001010 | 110000 | 1000100 |
Color Harmonies of #A886D4
Complementary color
Monochromatic Colors of #A886D4
Black with #A886D4
Text Example
Text Example
White with #A886D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886D4; }
p { color: rgb(168,134,212); }
H1.HeaderClassName
{
color: #A886D4;
}
.AnyTagClassName
{
color: #A886D4;
}
</style>
background-color css
<style>
a { background-color: #A886D4; }
a { background-color: rgb(168,134,212); }
div.DivClassName
{
background-color: #A886D4;
}
.BgClassName
{
background-color: #A886D4;
}
</style>
border-color css
<style>
span { border-color: #A886D4; }
span { border-color: rgb(168,134,212); }
td.TdClassName
{
border-color: #A886D4;
}
.TagClassName
{
border-color: #A886D4;
}
</style>