Shades of Biloba Flower #A58FEF
Tints of Biloba Flower #A58FEF
RGB
CMYK
RGB Variations
Color information
#A58FEF (or 0xA58FEF) is known color: Biloba Flower. HEX triplet: A5, 8F and EF. RGB value is (165,143,239). Sum of RGB (Red+Green+Blue) = 165+143+239=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #A58FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FEF is #5A7010. Grayscale: #A0A0A0. Windows color (decimal): -5926929 or 15699877. OLE color: 15699877.
HSL color Cylindrical-coordinate representation of color #A58FEF: hue angle of 253.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58FEF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 143 | 239 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.06 |
| HSL | 253.75º | 0.75% | 0.75% | - |
| HSV(B) | 253.75º | 0.4% | 0.94% | - |
| XYZ | 40.92 | 33.88 | 86.04 | - |
| YUV | 160.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 239 | 0.31 | 0.40 | 0 | 0.06 | 253.75 | 0.75 | 0.75 |
| Hex | A5 | 8F | EF | 1F | 28 | 0 | 6 | FE | 4B | 4B |
| Octal | 245 | 217 | 357 | 37 | 50 | 0 | 6 | 376 | 113 | 113 |
| Binary | 10100101 | 10001111 | 11101111 | 11111 | 101000 | 0 | 110 | 11111110 | 1001011 | 1001011 |
Color Harmonies of #A58FEF
Complementary color
Monochromatic Colors of #A58FEF
Black with #A58FEF
Text Example
Text Example
White with #A58FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FEF; }
p { color: rgb(165,143,239); }
H1.HeaderClassName
{
color: #A58FEF;
}
.AnyTagClassName
{
color: #A58FEF;
}
</style>
background-color css
<style>
a { background-color: #A58FEF; }
a { background-color: rgb(165,143,239); }
div.DivClassName
{
background-color: #A58FEF;
}
.BgClassName
{
background-color: #A58FEF;
}
</style>
border-color css
<style>
span { border-color: #A58FEF; }
span { border-color: rgb(165,143,239); }
td.TdClassName
{
border-color: #A58FEF;
}
.TagClassName
{
border-color: #A58FEF;
}
</style>