Shades of Biloba Flower #A886EE
Tints of Biloba Flower #A886EE
RGB
CMYK
RGB Variations
Color information
#A886EE (or 0xA886EE) is known color: Biloba Flower. HEX triplet: A8, 86 and EE. RGB value is (168,134,238). Sum of RGB (Red+Green+Blue) = 168+134+238=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #A886EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A886EE is #577911. Grayscale: #9B9B9B. Windows color (decimal): -5732626 or 15632040. OLE color: 15632040.
HSL color Cylindrical-coordinate representation of color #A886EE: hue angle of 259.62º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A886EE is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 134 | 238 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.07 |
| HSL | 259.62º | 0.75% | 0.73% | - |
| HSV(B) | 259.62º | 0.44% | 0.93% | - |
| XYZ | 40.11 | 31.55 | 84.86 | - |
| YUV | 156.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 134 | 238 | 0.29 | 0.44 | 0 | 0.07 | 259.62 | 0.75 | 0.73 |
| Hex | A8 | 86 | EE | 1D | 2C | 0 | 7 | 104 | 4B | 49 |
| Octal | 250 | 206 | 356 | 35 | 54 | 0 | 7 | 404 | 113 | 111 |
| Binary | 10101000 | 10000110 | 11101110 | 11101 | 101100 | 0 | 111 | 100000100 | 1001011 | 1001001 |
Color Harmonies of #A886EE
Complementary color
Monochromatic Colors of #A886EE
Black with #A886EE
Text Example
Text Example
White with #A886EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A886EE; }
p { color: rgb(168,134,238); }
H1.HeaderClassName
{
color: #A886EE;
}
.AnyTagClassName
{
color: #A886EE;
}
</style>
background-color css
<style>
a { background-color: #A886EE; }
a { background-color: rgb(168,134,238); }
div.DivClassName
{
background-color: #A886EE;
}
.BgClassName
{
background-color: #A886EE;
}
</style>
border-color css
<style>
span { border-color: #A886EE; }
span { border-color: rgb(168,134,238); }
td.TdClassName
{
border-color: #A886EE;
}
.TagClassName
{
border-color: #A886EE;
}
</style>