Shades of Biloba Flower #A58FCB
Tints of Biloba Flower #A58FCB
RGB
CMYK
RGB Variations
Color information
#A58FCB (or 0xA58FCB) is known color: Biloba Flower. HEX triplet: A5, 8F and CB. RGB value is (165,143,203). Sum of RGB (Red+Green+Blue) = 165+143+203=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A58FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCB is #5A7034. Grayscale: #9C9C9C. Windows color (decimal): -5926965 or 13340581. OLE color: 13340581.
HSL color Cylindrical-coordinate representation of color #A58FCB: hue angle of 262º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58FCB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 143 | 203 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.20 |
| HSL | 262º | 0.37% | 0.68% | - |
| HSV(B) | 262º | 0.3% | 0.8% | - |
| XYZ | 36.12 | 31.96 | 60.76 | - |
| YUV | 156.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 203 | 0.19 | 0.30 | 0 | 0.20 | 262 | 0.37 | 0.68 |
| Hex | A5 | 8F | CB | 13 | 1E | 0 | 14 | 106 | 25 | 44 |
| Octal | 245 | 217 | 313 | 23 | 36 | 0 | 24 | 406 | 45 | 104 |
| Binary | 10100101 | 10001111 | 11001011 | 10011 | 11110 | 0 | 10100 | 100000110 | 100101 | 1000100 |
Color Harmonies of #A58FCB
Complementary color
Monochromatic Colors of #A58FCB
Black with #A58FCB
Text Example
Text Example
White with #A58FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FCB; }
p { color: rgb(165,143,203); }
H1.HeaderClassName
{
color: #A58FCB;
}
.AnyTagClassName
{
color: #A58FCB;
}
</style>
background-color css
<style>
a { background-color: #A58FCB; }
a { background-color: rgb(165,143,203); }
div.DivClassName
{
background-color: #A58FCB;
}
.BgClassName
{
background-color: #A58FCB;
}
</style>
border-color css
<style>
span { border-color: #A58FCB; }
span { border-color: rgb(165,143,203); }
td.TdClassName
{
border-color: #A58FCB;
}
.TagClassName
{
border-color: #A58FCB;
}
</style>