Shades of Biloba Flower #A887EE
Tints of Biloba Flower #A887EE
RGB
CMYK
RGB Variations
Color information
#A887EE (or 0xA887EE) is known color: Biloba Flower. HEX triplet: A8, 87 and EE. RGB value is (168,135,238). Sum of RGB (Red+Green+Blue) = 168+135+238=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 135 (53.12% from 255 or 24.95% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #A887EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887EE is #577811. Grayscale: #9C9C9C. Windows color (decimal): -5732370 or 15632296. OLE color: 15632296.
HSL color Cylindrical-coordinate representation of color #A887EE: hue angle of 259.22º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A887EE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 135 | 238 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.07 |
| HSL | 259.22º | 0.75% | 0.73% | - |
| HSV(B) | 259.22º | 0.43% | 0.93% | - |
| XYZ | 40.25 | 31.83 | 84.91 | - |
| YUV | 156.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 238 | 0.29 | 0.43 | 0 | 0.07 | 259.22 | 0.75 | 0.73 |
| Hex | A8 | 87 | EE | 1D | 2B | 0 | 7 | 103 | 4B | 49 |
| Octal | 250 | 207 | 356 | 35 | 53 | 0 | 7 | 403 | 113 | 111 |
| Binary | 10101000 | 10000111 | 11101110 | 11101 | 101011 | 0 | 111 | 100000011 | 1001011 | 1001001 |
Color Harmonies of #A887EE
Complementary color
Monochromatic Colors of #A887EE
Black with #A887EE
Text Example
Text Example
White with #A887EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A887EE; }
p { color: rgb(168,135,238); }
H1.HeaderClassName
{
color: #A887EE;
}
.AnyTagClassName
{
color: #A887EE;
}
</style>
background-color css
<style>
a { background-color: #A887EE; }
a { background-color: rgb(168,135,238); }
div.DivClassName
{
background-color: #A887EE;
}
.BgClassName
{
background-color: #A887EE;
}
</style>
border-color css
<style>
span { border-color: #A887EE; }
span { border-color: rgb(168,135,238); }
td.TdClassName
{
border-color: #A887EE;
}
.TagClassName
{
border-color: #A887EE;
}
</style>