Shades of Biloba Flower #A58AD0
Tints of Biloba Flower #A58AD0
RGB
CMYK
RGB Variations
Color information
#A58AD0 (or 0xA58AD0) is known color: Biloba Flower. HEX triplet: A5, 8A and D0. RGB value is (165,138,208). Sum of RGB (Red+Green+Blue) = 165+138+208=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #A58AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AD0 is #5A752F. Grayscale: #999999. Windows color (decimal): -5928240 or 13666981. OLE color: 13666981.
HSL color Cylindrical-coordinate representation of color #A58AD0: hue angle of 263.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A58AD0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 138 | 208 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.18 |
| HSL | 263.14º | 0.43% | 0.68% | - |
| HSV(B) | 263.14º | 0.34% | 0.82% | - |
| XYZ | 35.99 | 30.73 | 63.71 | - |
| YUV | 154.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 208 | 0.21 | 0.34 | 0 | 0.18 | 263.14 | 0.43 | 0.68 |
| Hex | A5 | 8A | D0 | 15 | 22 | 0 | 12 | 107 | 2B | 44 |
| Octal | 245 | 212 | 320 | 25 | 42 | 0 | 22 | 407 | 53 | 104 |
| Binary | 10100101 | 10001010 | 11010000 | 10101 | 100010 | 0 | 10010 | 100000111 | 101011 | 1000100 |
Color Harmonies of #A58AD0
Complementary color
Monochromatic Colors of #A58AD0
Black with #A58AD0
Text Example
Text Example
White with #A58AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58AD0; }
p { color: rgb(165,138,208); }
H1.HeaderClassName
{
color: #A58AD0;
}
.AnyTagClassName
{
color: #A58AD0;
}
</style>
background-color css
<style>
a { background-color: #A58AD0; }
a { background-color: rgb(165,138,208); }
div.DivClassName
{
background-color: #A58AD0;
}
.BgClassName
{
background-color: #A58AD0;
}
</style>
border-color css
<style>
span { border-color: #A58AD0; }
span { border-color: rgb(165,138,208); }
td.TdClassName
{
border-color: #A58AD0;
}
.TagClassName
{
border-color: #A58AD0;
}
</style>