Shades of Biloba Flower #A391E4
Tints of Biloba Flower #A391E4
RGB
CMYK
RGB Variations
Color information
#A391E4 (or 0xA391E4) is known color: Biloba Flower. HEX triplet: A3, 91 and E4. RGB value is (163,145,228). Sum of RGB (Red+Green+Blue) = 163+145+228=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #A391E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A391E4 is #5C6E1B. Grayscale: #9F9F9F. Windows color (decimal): -6057500 or 14979491. OLE color: 14979491.
HSL color Cylindrical-coordinate representation of color #A391E4: hue angle of 253.01º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A391E4 is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 145 | 228 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.11 |
| HSL | 253.01º | 0.61% | 0.73% | - |
| HSV(B) | 253.01º | 0.36% | 0.89% | - |
| XYZ | 39.23 | 33.64 | 77.82 | - |
| YUV | 159.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 228 | 0.29 | 0.36 | 0 | 0.11 | 253.01 | 0.61 | 0.73 |
| Hex | A3 | 91 | E4 | 1D | 24 | 0 | B | FD | 3D | 49 |
| Octal | 243 | 221 | 344 | 35 | 44 | 0 | 13 | 375 | 75 | 111 |
| Binary | 10100011 | 10010001 | 11100100 | 11101 | 100100 | 0 | 1011 | 11111101 | 111101 | 1001001 |
Color Harmonies of #A391E4
Complementary color
Monochromatic Colors of #A391E4
Black with #A391E4
Text Example
Text Example
White with #A391E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391E4; }
p { color: rgb(163,145,228); }
H1.HeaderClassName
{
color: #A391E4;
}
.AnyTagClassName
{
color: #A391E4;
}
</style>
background-color css
<style>
a { background-color: #A391E4; }
a { background-color: rgb(163,145,228); }
div.DivClassName
{
background-color: #A391E4;
}
.BgClassName
{
background-color: #A391E4;
}
</style>
border-color css
<style>
span { border-color: #A391E4; }
span { border-color: rgb(163,145,228); }
td.TdClassName
{
border-color: #A391E4;
}
.TagClassName
{
border-color: #A391E4;
}
</style>