Shades of Biloba Flower #A386DC
Tints of Biloba Flower #A386DC
RGB
CMYK
RGB Variations
Color information
#A386DC (or 0xA386DC) is known color: Biloba Flower. HEX triplet: A3, 86 and DC. RGB value is (163,134,220). Sum of RGB (Red+Green+Blue) = 163+134+220=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #A386DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A386DC is #5C7923. Grayscale: #989898. Windows color (decimal): -6060324 or 14452387. OLE color: 14452387.
HSL color Cylindrical-coordinate representation of color #A386DC: hue angle of 260.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A386DC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 134 | 220 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.14 |
| HSL | 260.23º | 0.55% | 0.69% | - |
| HSV(B) | 260.23º | 0.39% | 0.86% | - |
| XYZ | 36.55 | 30 | 71.58 | - |
| YUV | 152.48 | 166.11 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 134 | 220 | 0.26 | 0.39 | 0 | 0.14 | 260.23 | 0.55 | 0.69 |
| Hex | A3 | 86 | DC | 1A | 27 | 0 | E | 104 | 37 | 45 |
| Octal | 243 | 206 | 334 | 32 | 47 | 0 | 16 | 404 | 67 | 105 |
| Binary | 10100011 | 10000110 | 11011100 | 11010 | 100111 | 0 | 1110 | 100000100 | 110111 | 1000101 |
Color Harmonies of #A386DC
Complementary color
Monochromatic Colors of #A386DC
Black with #A386DC
Text Example
Text Example
White with #A386DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A386DC; }
p { color: rgb(163,134,220); }
H1.HeaderClassName
{
color: #A386DC;
}
.AnyTagClassName
{
color: #A386DC;
}
</style>
background-color css
<style>
a { background-color: #A386DC; }
a { background-color: rgb(163,134,220); }
div.DivClassName
{
background-color: #A386DC;
}
.BgClassName
{
background-color: #A386DC;
}
</style>
border-color css
<style>
span { border-color: #A386DC; }
span { border-color: rgb(163,134,220); }
td.TdClassName
{
border-color: #A386DC;
}
.TagClassName
{
border-color: #A386DC;
}
</style>