Shades of Biloba Flower #A389DF
Tints of Biloba Flower #A389DF
RGB
CMYK
RGB Variations
Color information
#A389DF (or 0xA389DF) is known color: Biloba Flower. HEX triplet: A3, 89 and DF. RGB value is (163,137,223). Sum of RGB (Red+Green+Blue) = 163+137+223=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A389DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389DF is #5C7620. Grayscale: #9A9A9A. Windows color (decimal): -6059553 or 14649763. OLE color: 14649763.
HSL color Cylindrical-coordinate representation of color #A389DF: hue angle of 258.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A389DF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 137 | 223 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.13 |
| HSL | 258.14º | 0.57% | 0.71% | - |
| HSV(B) | 258.14º | 0.39% | 0.87% | - |
| XYZ | 37.37 | 31.01 | 73.83 | - |
| YUV | 154.58 | 166.61 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 223 | 0.27 | 0.39 | 0 | 0.13 | 258.14 | 0.57 | 0.71 |
| Hex | A3 | 89 | DF | 1B | 27 | 0 | D | 102 | 39 | 47 |
| Octal | 243 | 211 | 337 | 33 | 47 | 0 | 15 | 402 | 71 | 107 |
| Binary | 10100011 | 10001001 | 11011111 | 11011 | 100111 | 0 | 1101 | 100000010 | 111001 | 1000111 |
Color Harmonies of #A389DF
Complementary color
Monochromatic Colors of #A389DF
Black with #A389DF
Text Example
Text Example
White with #A389DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389DF; }
p { color: rgb(163,137,223); }
H1.HeaderClassName
{
color: #A389DF;
}
.AnyTagClassName
{
color: #A389DF;
}
</style>
background-color css
<style>
a { background-color: #A389DF; }
a { background-color: rgb(163,137,223); }
div.DivClassName
{
background-color: #A389DF;
}
.BgClassName
{
background-color: #A389DF;
}
</style>
border-color css
<style>
span { border-color: #A389DF; }
span { border-color: rgb(163,137,223); }
td.TdClassName
{
border-color: #A389DF;
}
.TagClassName
{
border-color: #A389DF;
}
</style>