Shades of Biloba Flower #A385DF
Tints of Biloba Flower #A385DF
RGB
CMYK
RGB Variations
Color information
#A385DF (or 0xA385DF) is known color: Biloba Flower. HEX triplet: A3, 85 and DF. RGB value is (163,133,223). Sum of RGB (Red+Green+Blue) = 163+133+223=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #A385DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A385DF is #5C7A20. Grayscale: #979797. Windows color (decimal): -6060577 or 14648739. OLE color: 14648739.
HSL color Cylindrical-coordinate representation of color #A385DF: hue angle of 260º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A385DF is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 133 | 223 | - |
| CMYK | 0.27 | 0.40 | 0 | 0.13 |
| HSL | 260º | 0.58% | 0.7% | - |
| HSV(B) | 260º | 0.4% | 0.87% | - |
| XYZ | 36.81 | 29.89 | 73.64 | - |
| YUV | 152.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 133 | 223 | 0.27 | 0.40 | 0 | 0.13 | 260 | 0.58 | 0.7 |
| Hex | A3 | 85 | DF | 1B | 28 | 0 | D | 104 | 3A | 46 |
| Octal | 243 | 205 | 337 | 33 | 50 | 0 | 15 | 404 | 72 | 106 |
| Binary | 10100011 | 10000101 | 11011111 | 11011 | 101000 | 0 | 1101 | 100000100 | 111010 | 1000110 |
Color Harmonies of #A385DF
Complementary color
Monochromatic Colors of #A385DF
Black with #A385DF
Text Example
Text Example
White with #A385DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A385DF; }
p { color: rgb(163,133,223); }
H1.HeaderClassName
{
color: #A385DF;
}
.AnyTagClassName
{
color: #A385DF;
}
</style>
background-color css
<style>
a { background-color: #A385DF; }
a { background-color: rgb(163,133,223); }
div.DivClassName
{
background-color: #A385DF;
}
.BgClassName
{
background-color: #A385DF;
}
</style>
border-color css
<style>
span { border-color: #A385DF; }
span { border-color: rgb(163,133,223); }
td.TdClassName
{
border-color: #A385DF;
}
.TagClassName
{
border-color: #A385DF;
}
</style>