Shades of Biloba Flower #A586D5
Tints of Biloba Flower #A586D5
RGB
CMYK
RGB Variations
Color information
#A586D5 (or 0xA586D5) is known color: Biloba Flower. HEX triplet: A5, 86 and D5. RGB value is (165,134,213). Sum of RGB (Red+Green+Blue) = 165+134+213=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #A586D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586D5 is #5A792A. Grayscale: #979797. Windows color (decimal): -5929259 or 13993637. OLE color: 13993637.
HSL color Cylindrical-coordinate representation of color #A586D5: hue angle of 263.54º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A586D5 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 134 | 213 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.16 |
| HSL | 263.54º | 0.48% | 0.68% | - |
| HSV(B) | 263.54º | 0.37% | 0.84% | - |
| XYZ | 36.05 | 29.85 | 66.81 | - |
| YUV | 152.28 | 162.27 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 213 | 0.23 | 0.37 | 0 | 0.16 | 263.54 | 0.48 | 0.68 |
| Hex | A5 | 86 | D5 | 17 | 25 | 0 | 10 | 108 | 30 | 44 |
| Octal | 245 | 206 | 325 | 27 | 45 | 0 | 20 | 410 | 60 | 104 |
| Binary | 10100101 | 10000110 | 11010101 | 10111 | 100101 | 0 | 10000 | 100001000 | 110000 | 1000100 |
Color Harmonies of #A586D5
Complementary color
Monochromatic Colors of #A586D5
Black with #A586D5
Text Example
Text Example
White with #A586D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A586D5; }
p { color: rgb(165,134,213); }
H1.HeaderClassName
{
color: #A586D5;
}
.AnyTagClassName
{
color: #A586D5;
}
</style>
background-color css
<style>
a { background-color: #A586D5; }
a { background-color: rgb(165,134,213); }
div.DivClassName
{
background-color: #A586D5;
}
.BgClassName
{
background-color: #A586D5;
}
</style>
border-color css
<style>
span { border-color: #A586D5; }
span { border-color: rgb(165,134,213); }
td.TdClassName
{
border-color: #A586D5;
}
.TagClassName
{
border-color: #A586D5;
}
</style>