Shades of Biloba Flower #A58CCE
Tints of Biloba Flower #A58CCE
RGB
CMYK
RGB Variations
Color information
#A58CCE (or 0xA58CCE) is known color: Biloba Flower. HEX triplet: A5, 8C and CE. RGB value is (165,140,206). Sum of RGB (Red+Green+Blue) = 165+140+206=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A58CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CCE is #5A7331. Grayscale: #9A9A9A. Windows color (decimal): -5927730 or 13536421. OLE color: 13536421.
HSL color Cylindrical-coordinate representation of color #A58CCE: hue angle of 262.73º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A58CCE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 140 | 206 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.19 |
| HSL | 262.73º | 0.4% | 0.68% | - |
| HSV(B) | 262.73º | 0.32% | 0.81% | - |
| XYZ | 36.04 | 31.21 | 62.52 | - |
| YUV | 155 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 206 | 0.20 | 0.32 | 0 | 0.19 | 262.73 | 0.4 | 0.68 |
| Hex | A5 | 8C | CE | 14 | 20 | 0 | 13 | 107 | 28 | 44 |
| Octal | 245 | 214 | 316 | 24 | 40 | 0 | 23 | 407 | 50 | 104 |
| Binary | 10100101 | 10001100 | 11001110 | 10100 | 100000 | 0 | 10011 | 100000111 | 101000 | 1000100 |
Color Harmonies of #A58CCE
Complementary color
Monochromatic Colors of #A58CCE
Black with #A58CCE
Text Example
Text Example
White with #A58CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CCE; }
p { color: rgb(165,140,206); }
H1.HeaderClassName
{
color: #A58CCE;
}
.AnyTagClassName
{
color: #A58CCE;
}
</style>
background-color css
<style>
a { background-color: #A58CCE; }
a { background-color: rgb(165,140,206); }
div.DivClassName
{
background-color: #A58CCE;
}
.BgClassName
{
background-color: #A58CCE;
}
</style>
border-color css
<style>
span { border-color: #A58CCE; }
span { border-color: rgb(165,140,206); }
td.TdClassName
{
border-color: #A58CCE;
}
.TagClassName
{
border-color: #A58CCE;
}
</style>