Shades of Biloba Flower #A887E5
Tints of Biloba Flower #A887E5
RGB
CMYK
RGB Variations
Color information
#A887E5 (or 0xA887E5) is known color: Biloba Flower. HEX triplet: A8, 87 and E5. RGB value is (168,135,229). Sum of RGB (Red+Green+Blue) = 168+135+229=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #A887E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887E5 is #57781A. Grayscale: #9B9B9B. Windows color (decimal): -5732379 or 15042472. OLE color: 15042472.
HSL color Cylindrical-coordinate representation of color #A887E5: hue angle of 261.06º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A887E5 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 135 | 229 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.10 |
| HSL | 261.06º | 0.64% | 0.71% | - |
| HSV(B) | 261.06º | 0.41% | 0.9% | - |
| XYZ | 38.96 | 31.31 | 78.12 | - |
| YUV | 155.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 229 | 0.27 | 0.41 | 0 | 0.10 | 261.06 | 0.64 | 0.71 |
| Hex | A8 | 87 | E5 | 1B | 29 | 0 | A | 105 | 40 | 47 |
| Octal | 250 | 207 | 345 | 33 | 51 | 0 | 12 | 405 | 100 | 107 |
| Binary | 10101000 | 10000111 | 11100101 | 11011 | 101001 | 0 | 1010 | 100000101 | 1000000 | 1000111 |
Color Harmonies of #A887E5
Complementary color
Monochromatic Colors of #A887E5
Black with #A887E5
Text Example
Text Example
White with #A887E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A887E5; }
p { color: rgb(168,135,229); }
H1.HeaderClassName
{
color: #A887E5;
}
.AnyTagClassName
{
color: #A887E5;
}
</style>
background-color css
<style>
a { background-color: #A887E5; }
a { background-color: rgb(168,135,229); }
div.DivClassName
{
background-color: #A887E5;
}
.BgClassName
{
background-color: #A887E5;
}
</style>
border-color css
<style>
span { border-color: #A887E5; }
span { border-color: rgb(168,135,229); }
td.TdClassName
{
border-color: #A887E5;
}
.TagClassName
{
border-color: #A887E5;
}
</style>