Shades of Biloba Flower #A887E6
Tints of Biloba Flower #A887E6
RGB
CMYK
RGB Variations
Color information
#A887E6 (or 0xA887E6) is known color: Biloba Flower. HEX triplet: A8, 87 and E6. RGB value is (168,135,230). Sum of RGB (Red+Green+Blue) = 168+135+230=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #A887E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A887E6 is #577819. Grayscale: #9B9B9B. Windows color (decimal): -5732378 or 15108008. OLE color: 15108008.
HSL color Cylindrical-coordinate representation of color #A887E6: hue angle of 260.84º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A887E6 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 135 | 230 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.10 |
| HSL | 260.84º | 0.66% | 0.72% | - |
| HSV(B) | 260.84º | 0.41% | 0.9% | - |
| XYZ | 39.1 | 31.37 | 78.86 | - |
| YUV | 155.7 | 169.93 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 135 | 230 | 0.27 | 0.41 | 0 | 0.10 | 260.84 | 0.66 | 0.72 |
| Hex | A8 | 87 | E6 | 1B | 29 | 0 | A | 105 | 42 | 48 |
| Octal | 250 | 207 | 346 | 33 | 51 | 0 | 12 | 405 | 102 | 110 |
| Binary | 10101000 | 10000111 | 11100110 | 11011 | 101001 | 0 | 1010 | 100000101 | 1000010 | 1001000 |
Color Harmonies of #A887E6
Complementary color
Monochromatic Colors of #A887E6
Black with #A887E6
Text Example
Text Example
White with #A887E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A887E6; }
p { color: rgb(168,135,230); }
H1.HeaderClassName
{
color: #A887E6;
}
.AnyTagClassName
{
color: #A887E6;
}
</style>
background-color css
<style>
a { background-color: #A887E6; }
a { background-color: rgb(168,135,230); }
div.DivClassName
{
background-color: #A887E6;
}
.BgClassName
{
background-color: #A887E6;
}
</style>
border-color css
<style>
span { border-color: #A887E6; }
span { border-color: rgb(168,135,230); }
td.TdClassName
{
border-color: #A887E6;
}
.TagClassName
{
border-color: #A887E6;
}
</style>