Shades of Biloba Flower #A58EED
Tints of Biloba Flower #A58EED
RGB
CMYK
RGB Variations
Color information
#A58EED (or 0xA58EED) is known color: Biloba Flower. HEX triplet: A5, 8E and ED. RGB value is (165,142,237). Sum of RGB (Red+Green+Blue) = 165+142+237=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #A58EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58EED is #5A7112. Grayscale: #9F9F9F. Windows color (decimal): -5927187 or 15568549. OLE color: 15568549.
HSL color Cylindrical-coordinate representation of color #A58EED: hue angle of 254.53º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A58EED is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 142 | 237 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.07 |
| HSL | 254.53º | 0.73% | 0.74% | - |
| HSV(B) | 254.53º | 0.4% | 0.93% | - |
| XYZ | 40.48 | 33.46 | 84.45 | - |
| YUV | 159.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 237 | 0.30 | 0.40 | 0 | 0.07 | 254.53 | 0.73 | 0.74 |
| Hex | A5 | 8E | ED | 1E | 28 | 0 | 7 | FF | 49 | 4A |
| Octal | 245 | 216 | 355 | 36 | 50 | 0 | 7 | 377 | 111 | 112 |
| Binary | 10100101 | 10001110 | 11101101 | 11110 | 101000 | 0 | 111 | 11111111 | 1001001 | 1001010 |
Color Harmonies of #A58EED
Complementary color
Monochromatic Colors of #A58EED
Black with #A58EED
Text Example
Text Example
White with #A58EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58EED; }
p { color: rgb(165,142,237); }
H1.HeaderClassName
{
color: #A58EED;
}
.AnyTagClassName
{
color: #A58EED;
}
</style>
background-color css
<style>
a { background-color: #A58EED; }
a { background-color: rgb(165,142,237); }
div.DivClassName
{
background-color: #A58EED;
}
.BgClassName
{
background-color: #A58EED;
}
</style>
border-color css
<style>
span { border-color: #A58EED; }
span { border-color: rgb(165,142,237); }
td.TdClassName
{
border-color: #A58EED;
}
.TagClassName
{
border-color: #A58EED;
}
</style>