Shades of Biloba Flower #A391CE
Tints of Biloba Flower #A391CE
RGB
CMYK
RGB Variations
Color information
#A391CE (or 0xA391CE) is known color: Biloba Flower. HEX triplet: A3, 91 and CE. RGB value is (163,145,206). Sum of RGB (Red+Green+Blue) = 163+145+206=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #A391CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391CE is #5C6E31. Grayscale: #9D9D9D. Windows color (decimal): -6057522 or 13537699. OLE color: 13537699.
HSL color Cylindrical-coordinate representation of color #A391CE: hue angle of 257.7º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A391CE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 145 | 206 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.19 |
| HSL | 257.7º | 0.38% | 0.69% | - |
| HSV(B) | 257.7º | 0.3% | 0.81% | - |
| XYZ | 36.37 | 32.49 | 62.75 | - |
| YUV | 157.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 206 | 0.21 | 0.30 | 0 | 0.19 | 257.7 | 0.38 | 0.69 |
| Hex | A3 | 91 | CE | 15 | 1E | 0 | 13 | 102 | 26 | 45 |
| Octal | 243 | 221 | 316 | 25 | 36 | 0 | 23 | 402 | 46 | 105 |
| Binary | 10100011 | 10010001 | 11001110 | 10101 | 11110 | 0 | 10011 | 100000010 | 100110 | 1000101 |
Color Harmonies of #A391CE
Complementary color
Monochromatic Colors of #A391CE
Black with #A391CE
Text Example
Text Example
White with #A391CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391CE; }
p { color: rgb(163,145,206); }
H1.HeaderClassName
{
color: #A391CE;
}
.AnyTagClassName
{
color: #A391CE;
}
</style>
background-color css
<style>
a { background-color: #A391CE; }
a { background-color: rgb(163,145,206); }
div.DivClassName
{
background-color: #A391CE;
}
.BgClassName
{
background-color: #A391CE;
}
</style>
border-color css
<style>
span { border-color: #A391CE; }
span { border-color: rgb(163,145,206); }
td.TdClassName
{
border-color: #A391CE;
}
.TagClassName
{
border-color: #A391CE;
}
</style>