Shades of Biloba Flower #A58FDD
Tints of Biloba Flower #A58FDD
RGB
CMYK
RGB Variations
Color information
#A58FDD (or 0xA58FDD) is known color: Biloba Flower. HEX triplet: A5, 8F and DD. RGB value is (165,143,221). Sum of RGB (Red+Green+Blue) = 165+143+221=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #A58FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FDD is #5A7022. Grayscale: #9E9E9E. Windows color (decimal): -5926947 or 14520229. OLE color: 14520229.
HSL color Cylindrical-coordinate representation of color #A58FDD: hue angle of 256.92º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A58FDD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 143 | 221 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.13 |
| HSL | 256.92º | 0.53% | 0.71% | - |
| HSV(B) | 256.92º | 0.35% | 0.87% | - |
| XYZ | 38.39 | 32.86 | 72.73 | - |
| YUV | 158.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 221 | 0.25 | 0.35 | 0 | 0.13 | 256.92 | 0.53 | 0.71 |
| Hex | A5 | 8F | DD | 19 | 23 | 0 | D | 101 | 35 | 47 |
| Octal | 245 | 217 | 335 | 31 | 43 | 0 | 15 | 401 | 65 | 107 |
| Binary | 10100101 | 10001111 | 11011101 | 11001 | 100011 | 0 | 1101 | 100000001 | 110101 | 1000111 |
Color Harmonies of #A58FDD
Complementary color
Monochromatic Colors of #A58FDD
Black with #A58FDD
Text Example
Text Example
White with #A58FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FDD; }
p { color: rgb(165,143,221); }
H1.HeaderClassName
{
color: #A58FDD;
}
.AnyTagClassName
{
color: #A58FDD;
}
</style>
background-color css
<style>
a { background-color: #A58FDD; }
a { background-color: rgb(165,143,221); }
div.DivClassName
{
background-color: #A58FDD;
}
.BgClassName
{
background-color: #A58FDD;
}
</style>
border-color css
<style>
span { border-color: #A58FDD; }
span { border-color: rgb(165,143,221); }
td.TdClassName
{
border-color: #A58FDD;
}
.TagClassName
{
border-color: #A58FDD;
}
</style>