Shades of Biloba Flower #A58AD5
Tints of Biloba Flower #A58AD5
RGB
CMYK
RGB Variations
Color information
#A58AD5 (or 0xA58AD5) is known color: Biloba Flower. HEX triplet: A5, 8A and D5. RGB value is (165,138,213). Sum of RGB (Red+Green+Blue) = 165+138+213=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #A58AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AD5 is #5A752A. Grayscale: #9A9A9A. Windows color (decimal): -5928235 or 13994661. OLE color: 13994661.
HSL color Cylindrical-coordinate representation of color #A58AD5: hue angle of 261.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A58AD5 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 138 | 213 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.16 |
| HSL | 261.6º | 0.47% | 0.69% | - |
| HSV(B) | 261.6º | 0.35% | 0.84% | - |
| XYZ | 36.62 | 30.98 | 67 | - |
| YUV | 154.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 213 | 0.23 | 0.35 | 0 | 0.16 | 261.6 | 0.47 | 0.69 |
| Hex | A5 | 8A | D5 | 17 | 23 | 0 | 10 | 106 | 2F | 45 |
| Octal | 245 | 212 | 325 | 27 | 43 | 0 | 20 | 406 | 57 | 105 |
| Binary | 10100101 | 10001010 | 11010101 | 10111 | 100011 | 0 | 10000 | 100000110 | 101111 | 1000101 |
Color Harmonies of #A58AD5
Complementary color
Monochromatic Colors of #A58AD5
Black with #A58AD5
Text Example
Text Example
White with #A58AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58AD5; }
p { color: rgb(165,138,213); }
H1.HeaderClassName
{
color: #A58AD5;
}
.AnyTagClassName
{
color: #A58AD5;
}
</style>
background-color css
<style>
a { background-color: #A58AD5; }
a { background-color: rgb(165,138,213); }
div.DivClassName
{
background-color: #A58AD5;
}
.BgClassName
{
background-color: #A58AD5;
}
</style>
border-color css
<style>
span { border-color: #A58AD5; }
span { border-color: rgb(165,138,213); }
td.TdClassName
{
border-color: #A58AD5;
}
.TagClassName
{
border-color: #A58AD5;
}
</style>