Shades of Biloba Flower #A58DDF
Tints of Biloba Flower #A58DDF
RGB
CMYK
RGB Variations
Color information
#A58DDF (or 0xA58DDF) is known color: Biloba Flower. HEX triplet: A5, 8D and DF. RGB value is (165,141,223). Sum of RGB (Red+Green+Blue) = 165+141+223=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #A58DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58DDF is #5A7220. Grayscale: #9D9D9D. Windows color (decimal): -5927457 or 14650789. OLE color: 14650789.
HSL color Cylindrical-coordinate representation of color #A58DDF: hue angle of 257.56º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A58DDF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 141 | 223 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.13 |
| HSL | 257.56º | 0.56% | 0.71% | - |
| HSV(B) | 257.56º | 0.37% | 0.87% | - |
| XYZ | 38.36 | 32.38 | 74.04 | - |
| YUV | 157.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 223 | 0.26 | 0.37 | 0 | 0.13 | 257.56 | 0.56 | 0.71 |
| Hex | A5 | 8D | DF | 1A | 25 | 0 | D | 102 | 38 | 47 |
| Octal | 245 | 215 | 337 | 32 | 45 | 0 | 15 | 402 | 70 | 107 |
| Binary | 10100101 | 10001101 | 11011111 | 11010 | 100101 | 0 | 1101 | 100000010 | 111000 | 1000111 |
Color Harmonies of #A58DDF
Complementary color
Monochromatic Colors of #A58DDF
Black with #A58DDF
Text Example
Text Example
White with #A58DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DDF; }
p { color: rgb(165,141,223); }
H1.HeaderClassName
{
color: #A58DDF;
}
.AnyTagClassName
{
color: #A58DDF;
}
</style>
background-color css
<style>
a { background-color: #A58DDF; }
a { background-color: rgb(165,141,223); }
div.DivClassName
{
background-color: #A58DDF;
}
.BgClassName
{
background-color: #A58DDF;
}
</style>
border-color css
<style>
span { border-color: #A58DDF; }
span { border-color: rgb(165,141,223); }
td.TdClassName
{
border-color: #A58DDF;
}
.TagClassName
{
border-color: #A58DDF;
}
</style>