Shades of Biloba Flower #AB87E5
Tints of Biloba Flower #AB87E5
RGB
CMYK
RGB Variations
Color information
#AB87E5 (or 0xAB87E5) is known color: Biloba Flower. HEX triplet: AB, 87 and E5. RGB value is (171,135,229). Sum of RGB (Red+Green+Blue) = 171+135+229=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 135 (53.12% from 255 or 25.23% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #AB87E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB87E5 is #54781A. Grayscale: #9C9C9C. Windows color (decimal): -5535771 or 15042475. OLE color: 15042475.
HSL color Cylindrical-coordinate representation of color #AB87E5: hue angle of 262.98º 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 #AB87E5 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 135 | 229 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.10 |
| HSL | 262.98º | 0.64% | 0.71% | - |
| HSV(B) | 262.98º | 0.41% | 0.9% | - |
| XYZ | 39.6 | 31.64 | 78.15 | - |
| YUV | 156.48 | 168.93 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 229 | 0.25 | 0.41 | 0 | 0.10 | 262.98 | 0.64 | 0.71 |
| Hex | AB | 87 | E5 | 19 | 29 | 0 | A | 107 | 40 | 47 |
| Octal | 253 | 207 | 345 | 31 | 51 | 0 | 12 | 407 | 100 | 107 |
| Binary | 10101011 | 10000111 | 11100101 | 11001 | 101001 | 0 | 1010 | 100000111 | 1000000 | 1000111 |
Color Harmonies of #AB87E5
Complementary color
Monochromatic Colors of #AB87E5
Black with #AB87E5
Text Example
Text Example
White with #AB87E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB87E5; }
p { color: rgb(171,135,229); }
H1.HeaderClassName
{
color: #AB87E5;
}
.AnyTagClassName
{
color: #AB87E5;
}
</style>
background-color css
<style>
a { background-color: #AB87E5; }
a { background-color: rgb(171,135,229); }
div.DivClassName
{
background-color: #AB87E5;
}
.BgClassName
{
background-color: #AB87E5;
}
</style>
border-color css
<style>
span { border-color: #AB87E5; }
span { border-color: rgb(171,135,229); }
td.TdClassName
{
border-color: #AB87E5;
}
.TagClassName
{
border-color: #AB87E5;
}
</style>