Shades of Biloba Flower #A586E6
Tints of Biloba Flower #A586E6
RGB
CMYK
RGB Variations
Color information
#A586E6 (or 0xA586E6) is known color: Biloba Flower. HEX triplet: A5, 86 and E6. RGB value is (165,134,230). Sum of RGB (Red+Green+Blue) = 165+134+230=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #A586E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586E6 is #5A7919. Grayscale: #999999. Windows color (decimal): -5929242 or 15107749. OLE color: 15107749.
HSL color Cylindrical-coordinate representation of color #A586E6: hue angle of 259.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A586E6 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 134 | 230 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.10 |
| HSL | 259.38º | 0.66% | 0.71% | - |
| HSV(B) | 259.38º | 0.42% | 0.9% | - |
| XYZ | 38.33 | 30.76 | 78.78 | - |
| YUV | 154.21 | 170.77 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 230 | 0.28 | 0.42 | 0 | 0.10 | 259.38 | 0.66 | 0.71 |
| Hex | A5 | 86 | E6 | 1C | 2A | 0 | A | 103 | 42 | 47 |
| Octal | 245 | 206 | 346 | 34 | 52 | 0 | 12 | 403 | 102 | 107 |
| Binary | 10100101 | 10000110 | 11100110 | 11100 | 101010 | 0 | 1010 | 100000011 | 1000010 | 1000111 |
Color Harmonies of #A586E6
Complementary color
Monochromatic Colors of #A586E6
Black with #A586E6
Text Example
Text Example
White with #A586E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A586E6; }
p { color: rgb(165,134,230); }
H1.HeaderClassName
{
color: #A586E6;
}
.AnyTagClassName
{
color: #A586E6;
}
</style>
background-color css
<style>
a { background-color: #A586E6; }
a { background-color: rgb(165,134,230); }
div.DivClassName
{
background-color: #A586E6;
}
.BgClassName
{
background-color: #A586E6;
}
</style>
border-color css
<style>
span { border-color: #A586E6; }
span { border-color: rgb(165,134,230); }
td.TdClassName
{
border-color: #A586E6;
}
.TagClassName
{
border-color: #A586E6;
}
</style>