Shades of Biloba Flower #A58FED
Tints of Biloba Flower #A58FED
RGB
CMYK
RGB Variations
Color information
#A58FED (or 0xA58FED) is known color: Biloba Flower. HEX triplet: A5, 8F and ED. RGB value is (165,143,237). Sum of RGB (Red+Green+Blue) = 165+143+237=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #A58FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FED is #5A7012. Grayscale: #9F9F9F. Windows color (decimal): -5926931 or 15568805. OLE color: 15568805.
HSL color Cylindrical-coordinate representation of color #A58FED: hue angle of 254.04º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58FED is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 143 | 237 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.07 |
| HSL | 254.04º | 0.72% | 0.75% | - |
| HSV(B) | 254.04º | 0.4% | 0.93% | - |
| XYZ | 40.63 | 33.76 | 84.5 | - |
| YUV | 160.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 237 | 0.30 | 0.40 | 0 | 0.07 | 254.04 | 0.72 | 0.75 |
| Hex | A5 | 8F | ED | 1E | 28 | 0 | 7 | FE | 48 | 4B |
| Octal | 245 | 217 | 355 | 36 | 50 | 0 | 7 | 376 | 110 | 113 |
| Binary | 10100101 | 10001111 | 11101101 | 11110 | 101000 | 0 | 111 | 11111110 | 1001000 | 1001011 |
Color Harmonies of #A58FED
Complementary color
Monochromatic Colors of #A58FED
Black with #A58FED
Text Example
Text Example
White with #A58FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FED; }
p { color: rgb(165,143,237); }
H1.HeaderClassName
{
color: #A58FED;
}
.AnyTagClassName
{
color: #A58FED;
}
</style>
background-color css
<style>
a { background-color: #A58FED; }
a { background-color: rgb(165,143,237); }
div.DivClassName
{
background-color: #A58FED;
}
.BgClassName
{
background-color: #A58FED;
}
</style>
border-color css
<style>
span { border-color: #A58FED; }
span { border-color: rgb(165,143,237); }
td.TdClassName
{
border-color: #A58FED;
}
.TagClassName
{
border-color: #A58FED;
}
</style>