Shades of Biloba Flower #A587DD
Tints of Biloba Flower #A587DD
RGB
CMYK
RGB Variations
Color information
#A587DD (or 0xA587DD) is known color: Biloba Flower. HEX triplet: A5, 87 and DD. RGB value is (165,135,221). Sum of RGB (Red+Green+Blue) = 165+135+221=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A587DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A587DD is #5A7822. Grayscale: #999999. Windows color (decimal): -5928995 or 14518181. OLE color: 14518181.
HSL color Cylindrical-coordinate representation of color #A587DD: hue angle of 260.93º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A587DD is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 135 | 221 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.13 |
| HSL | 260.93º | 0.56% | 0.7% | - |
| HSV(B) | 260.93º | 0.39% | 0.87% | - |
| XYZ | 37.23 | 30.55 | 72.34 | - |
| YUV | 153.77 | 165.94 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 221 | 0.25 | 0.39 | 0 | 0.13 | 260.93 | 0.56 | 0.7 |
| Hex | A5 | 87 | DD | 19 | 27 | 0 | D | 105 | 38 | 46 |
| Octal | 245 | 207 | 335 | 31 | 47 | 0 | 15 | 405 | 70 | 106 |
| Binary | 10100101 | 10000111 | 11011101 | 11001 | 100111 | 0 | 1101 | 100000101 | 111000 | 1000110 |
Color Harmonies of #A587DD
Complementary color
Monochromatic Colors of #A587DD
Black with #A587DD
Text Example
Text Example
White with #A587DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587DD; }
p { color: rgb(165,135,221); }
H1.HeaderClassName
{
color: #A587DD;
}
.AnyTagClassName
{
color: #A587DD;
}
</style>
background-color css
<style>
a { background-color: #A587DD; }
a { background-color: rgb(165,135,221); }
div.DivClassName
{
background-color: #A587DD;
}
.BgClassName
{
background-color: #A587DD;
}
</style>
border-color css
<style>
span { border-color: #A587DD; }
span { border-color: rgb(165,135,221); }
td.TdClassName
{
border-color: #A587DD;
}
.TagClassName
{
border-color: #A587DD;
}
</style>