Shades of Biloba Flower #A58BE3
Tints of Biloba Flower #A58BE3
RGB
CMYK
RGB Variations
Color information
#A58BE3 (or 0xA58BE3) is known color: Biloba Flower. HEX triplet: A5, 8B and E3. RGB value is (165,139,227). Sum of RGB (Red+Green+Blue) = 165+139+227=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 227 (89.06% from 255 or 42.75% from 531); Max value from RGB is 227 - color contains mainly: blue. Hex color #A58BE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BE3 is #5A741C. Grayscale: #9C9C9C. Windows color (decimal): -5927965 or 14912421. OLE color: 14912421.
HSL color Cylindrical-coordinate representation of color #A58BE3: hue angle of 257.73º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A58BE3 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 139 | 227 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.11 |
| HSL | 257.73º | 0.61% | 0.72% | - |
| HSV(B) | 257.73º | 0.39% | 0.89% | - |
| XYZ | 38.61 | 32.01 | 76.82 | - |
| YUV | 156.81 | 167.61 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 227 | 0.27 | 0.39 | 0 | 0.11 | 257.73 | 0.61 | 0.72 |
| Hex | A5 | 8B | E3 | 1B | 27 | 0 | B | 102 | 3D | 48 |
| Octal | 245 | 213 | 343 | 33 | 47 | 0 | 13 | 402 | 75 | 110 |
| Binary | 10100101 | 10001011 | 11100011 | 11011 | 100111 | 0 | 1011 | 100000010 | 111101 | 1001000 |
Color Harmonies of #A58BE3
Complementary color
Monochromatic Colors of #A58BE3
Black with #A58BE3
Text Example
Text Example
White with #A58BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BE3; }
p { color: rgb(165,139,227); }
H1.HeaderClassName
{
color: #A58BE3;
}
.AnyTagClassName
{
color: #A58BE3;
}
</style>
background-color css
<style>
a { background-color: #A58BE3; }
a { background-color: rgb(165,139,227); }
div.DivClassName
{
background-color: #A58BE3;
}
.BgClassName
{
background-color: #A58BE3;
}
</style>
border-color css
<style>
span { border-color: #A58BE3; }
span { border-color: rgb(165,139,227); }
td.TdClassName
{
border-color: #A58BE3;
}
.TagClassName
{
border-color: #A58BE3;
}
</style>