Shades of Biloba Flower #A58AE5
Tints of Biloba Flower #A58AE5
RGB
CMYK
RGB Variations
Color information
#A58AE5 (or 0xA58AE5) is known color: Biloba Flower. HEX triplet: A5, 8A and E5. RGB value is (165,138,229). Sum of RGB (Red+Green+Blue) = 165+138+229=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 138 (54.30% from 255 or 25.94% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #A58AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58AE5 is #5A751A. Grayscale: #9C9C9C. Windows color (decimal): -5928219 or 15043237. OLE color: 15043237.
HSL color Cylindrical-coordinate representation of color #A58AE5: hue angle of 257.8º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58AE5 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 138 | 229 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.10 |
| HSL | 257.8º | 0.64% | 0.72% | - |
| HSV(B) | 257.8º | 0.4% | 0.9% | - |
| XYZ | 38.75 | 31.83 | 78.23 | - |
| YUV | 156.45 | 168.95 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 138 | 229 | 0.28 | 0.40 | 0 | 0.10 | 257.8 | 0.64 | 0.72 |
| Hex | A5 | 8A | E5 | 1C | 28 | 0 | A | 102 | 40 | 48 |
| Octal | 245 | 212 | 345 | 34 | 50 | 0 | 12 | 402 | 100 | 110 |
| Binary | 10100101 | 10001010 | 11100101 | 11100 | 101000 | 0 | 1010 | 100000010 | 1000000 | 1001000 |
Color Harmonies of #A58AE5
Complementary color
Monochromatic Colors of #A58AE5
Black with #A58AE5
Text Example
Text Example
White with #A58AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58AE5; }
p { color: rgb(165,138,229); }
H1.HeaderClassName
{
color: #A58AE5;
}
.AnyTagClassName
{
color: #A58AE5;
}
</style>
background-color css
<style>
a { background-color: #A58AE5; }
a { background-color: rgb(165,138,229); }
div.DivClassName
{
background-color: #A58AE5;
}
.BgClassName
{
background-color: #A58AE5;
}
</style>
border-color css
<style>
span { border-color: #A58AE5; }
span { border-color: rgb(165,138,229); }
td.TdClassName
{
border-color: #A58AE5;
}
.TagClassName
{
border-color: #A58AE5;
}
</style>