Shades of Biloba Flower #A585DC
Tints of Biloba Flower #A585DC
RGB
CMYK
RGB Variations
Color information
#A585DC (or 0xA585DC) is known color: Biloba Flower. HEX triplet: A5, 85 and DC. RGB value is (165,133,220). Sum of RGB (Red+Green+Blue) = 165+133+220=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #A585DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585DC is #5A7A23. Grayscale: #989898. Windows color (decimal): -5929508 or 14452133. OLE color: 14452133.
HSL color Cylindrical-coordinate representation of color #A585DC: hue angle of 262.07º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A585DC is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 133 | 220 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.14 |
| HSL | 262.07º | 0.55% | 0.69% | - |
| HSV(B) | 262.07º | 0.4% | 0.86% | - |
| XYZ | 36.82 | 29.94 | 71.55 | - |
| YUV | 152.49 | 166.1 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 220 | 0.25 | 0.40 | 0 | 0.14 | 262.07 | 0.55 | 0.69 |
| Hex | A5 | 85 | DC | 19 | 28 | 0 | E | 106 | 37 | 45 |
| Octal | 245 | 205 | 334 | 31 | 50 | 0 | 16 | 406 | 67 | 105 |
| Binary | 10100101 | 10000101 | 11011100 | 11001 | 101000 | 0 | 1110 | 100000110 | 110111 | 1000101 |
Color Harmonies of #A585DC
Complementary color
Monochromatic Colors of #A585DC
Black with #A585DC
Text Example
Text Example
White with #A585DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585DC; }
p { color: rgb(165,133,220); }
H1.HeaderClassName
{
color: #A585DC;
}
.AnyTagClassName
{
color: #A585DC;
}
</style>
background-color css
<style>
a { background-color: #A585DC; }
a { background-color: rgb(165,133,220); }
div.DivClassName
{
background-color: #A585DC;
}
.BgClassName
{
background-color: #A585DC;
}
</style>
border-color css
<style>
span { border-color: #A585DC; }
span { border-color: rgb(165,133,220); }
td.TdClassName
{
border-color: #A585DC;
}
.TagClassName
{
border-color: #A585DC;
}
</style>