Shades of Biloba Flower #A585DD
Tints of Biloba Flower #A585DD
RGB
CMYK
RGB Variations
Color information
#A585DD (or 0xA585DD) is known color: Biloba Flower. HEX triplet: A5, 85 and DD. RGB value is (165,133,221). Sum of RGB (Red+Green+Blue) = 165+133+221=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A585DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585DD is #5A7A22. Grayscale: #989898. Windows color (decimal): -5929507 or 14517669. OLE color: 14517669.
HSL color Cylindrical-coordinate representation of color #A585DD: hue angle of 261.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A585DD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 133 | 221 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.13 |
| HSL | 261.82º | 0.56% | 0.69% | - |
| HSV(B) | 261.82º | 0.4% | 0.87% | - |
| XYZ | 36.96 | 29.99 | 72.25 | - |
| YUV | 152.6 | 166.6 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 221 | 0.25 | 0.40 | 0 | 0.13 | 261.82 | 0.56 | 0.69 |
| Hex | A5 | 85 | DD | 19 | 28 | 0 | D | 106 | 38 | 45 |
| Octal | 245 | 205 | 335 | 31 | 50 | 0 | 15 | 406 | 70 | 105 |
| Binary | 10100101 | 10000101 | 11011101 | 11001 | 101000 | 0 | 1101 | 100000110 | 111000 | 1000101 |
Color Harmonies of #A585DD
Complementary color
Monochromatic Colors of #A585DD
Black with #A585DD
Text Example
Text Example
White with #A585DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585DD; }
p { color: rgb(165,133,221); }
H1.HeaderClassName
{
color: #A585DD;
}
.AnyTagClassName
{
color: #A585DD;
}
</style>
background-color css
<style>
a { background-color: #A585DD; }
a { background-color: rgb(165,133,221); }
div.DivClassName
{
background-color: #A585DD;
}
.BgClassName
{
background-color: #A585DD;
}
</style>
border-color css
<style>
span { border-color: #A585DD; }
span { border-color: rgb(165,133,221); }
td.TdClassName
{
border-color: #A585DD;
}
.TagClassName
{
border-color: #A585DD;
}
</style>