Shades of Biloba Flower #A58EEF
Tints of Biloba Flower #A58EEF
RGB
CMYK
RGB Variations
Color information
#A58EEF (or 0xA58EEF) is known color: Biloba Flower. HEX triplet: A5, 8E and EF. RGB value is (165,142,239). Sum of RGB (Red+Green+Blue) = 165+142+239=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #A58EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EEF is #5A7110. Grayscale: #9F9F9F. Windows color (decimal): -5927185 or 15699621. OLE color: 15699621.
HSL color Cylindrical-coordinate representation of color #A58EEF: hue angle of 254.23º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58EEF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 142 | 239 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.06 |
| HSL | 254.23º | 0.75% | 0.75% | - |
| HSV(B) | 254.23º | 0.41% | 0.94% | - |
| XYZ | 40.77 | 33.58 | 85.99 | - |
| YUV | 159.94 | 172.62 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 239 | 0.31 | 0.41 | 0 | 0.06 | 254.23 | 0.75 | 0.75 |
| Hex | A5 | 8E | EF | 1F | 29 | 0 | 6 | FE | 4B | 4B |
| Octal | 245 | 216 | 357 | 37 | 51 | 0 | 6 | 376 | 113 | 113 |
| Binary | 10100101 | 10001110 | 11101111 | 11111 | 101001 | 0 | 110 | 11111110 | 1001011 | 1001011 |
Color Harmonies of #A58EEF
Complementary color
Monochromatic Colors of #A58EEF
Black with #A58EEF
Text Example
Text Example
White with #A58EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58EEF; }
p { color: rgb(165,142,239); }
H1.HeaderClassName
{
color: #A58EEF;
}
.AnyTagClassName
{
color: #A58EEF;
}
</style>
background-color css
<style>
a { background-color: #A58EEF; }
a { background-color: rgb(165,142,239); }
div.DivClassName
{
background-color: #A58EEF;
}
.BgClassName
{
background-color: #A58EEF;
}
</style>
border-color css
<style>
span { border-color: #A58EEF; }
span { border-color: rgb(165,142,239); }
td.TdClassName
{
border-color: #A58EEF;
}
.TagClassName
{
border-color: #A58EEF;
}
</style>