Shades of Biloba Flower #A58CEE
Tints of Biloba Flower #A58CEE
RGB
CMYK
RGB Variations
Color information
#A58CEE (or 0xA58CEE) is known color: Biloba Flower. HEX triplet: A5, 8C and EE. RGB value is (165,140,238). Sum of RGB (Red+Green+Blue) = 165+140+238=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #A58CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CEE is #5A7311. Grayscale: #9E9E9E. Windows color (decimal): -5927698 or 15633573. OLE color: 15633573.
HSL color Cylindrical-coordinate representation of color #A58CEE: hue angle of 255.31º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A58CEE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 140 | 238 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.07 |
| HSL | 255.31º | 0.74% | 0.74% | - |
| HSV(B) | 255.31º | 0.41% | 0.93% | - |
| XYZ | 40.33 | 32.93 | 85.12 | - |
| YUV | 158.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 238 | 0.31 | 0.41 | 0 | 0.07 | 255.31 | 0.74 | 0.74 |
| Hex | A5 | 8C | EE | 1F | 29 | 0 | 7 | FF | 4A | 4A |
| Octal | 245 | 214 | 356 | 37 | 51 | 0 | 7 | 377 | 112 | 112 |
| Binary | 10100101 | 10001100 | 11101110 | 11111 | 101001 | 0 | 111 | 11111111 | 1001010 | 1001010 |
Color Harmonies of #A58CEE
Complementary color
Monochromatic Colors of #A58CEE
Black with #A58CEE
Text Example
Text Example
White with #A58CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CEE; }
p { color: rgb(165,140,238); }
H1.HeaderClassName
{
color: #A58CEE;
}
.AnyTagClassName
{
color: #A58CEE;
}
</style>
background-color css
<style>
a { background-color: #A58CEE; }
a { background-color: rgb(165,140,238); }
div.DivClassName
{
background-color: #A58CEE;
}
.BgClassName
{
background-color: #A58CEE;
}
</style>
border-color css
<style>
span { border-color: #A58CEE; }
span { border-color: rgb(165,140,238); }
td.TdClassName
{
border-color: #A58CEE;
}
.TagClassName
{
border-color: #A58CEE;
}
</style>