Shades of Biloba Flower #A587E6
Tints of Biloba Flower #A587E6
RGB
CMYK
RGB Variations
Color information
#A587E6 (or 0xA587E6) is known color: Biloba Flower. HEX triplet: A5, 87 and E6. RGB value is (165,135,230). Sum of RGB (Red+Green+Blue) = 165+135+230=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #A587E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A587E6 is #5A7819. Grayscale: #9A9A9A. Windows color (decimal): -5928986 or 15108005. OLE color: 15108005.
HSL color Cylindrical-coordinate representation of color #A587E6: hue angle of 258.95º 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 #A587E6 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 135 | 230 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.10 |
| HSL | 258.95º | 0.66% | 0.72% | - |
| HSV(B) | 258.95º | 0.41% | 0.9% | - |
| XYZ | 38.46 | 31.04 | 78.83 | - |
| YUV | 154.8 | 170.44 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 230 | 0.28 | 0.41 | 0 | 0.10 | 258.95 | 0.66 | 0.72 |
| Hex | A5 | 87 | E6 | 1C | 29 | 0 | A | 103 | 42 | 48 |
| Octal | 245 | 207 | 346 | 34 | 51 | 0 | 12 | 403 | 102 | 110 |
| Binary | 10100101 | 10000111 | 11100110 | 11100 | 101001 | 0 | 1010 | 100000011 | 1000010 | 1001000 |
Color Harmonies of #A587E6
Complementary color
Monochromatic Colors of #A587E6
Black with #A587E6
Text Example
Text Example
White with #A587E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587E6; }
p { color: rgb(165,135,230); }
H1.HeaderClassName
{
color: #A587E6;
}
.AnyTagClassName
{
color: #A587E6;
}
</style>
background-color css
<style>
a { background-color: #A587E6; }
a { background-color: rgb(165,135,230); }
div.DivClassName
{
background-color: #A587E6;
}
.BgClassName
{
background-color: #A587E6;
}
</style>
border-color css
<style>
span { border-color: #A587E6; }
span { border-color: rgb(165,135,230); }
td.TdClassName
{
border-color: #A587E6;
}
.TagClassName
{
border-color: #A587E6;
}
</style>