Shades of Biloba Flower #A391E8
Tints of Biloba Flower #A391E8
RGB
CMYK
RGB Variations
Color information
#A391E8 (or 0xA391E8) is known color: Biloba Flower. HEX triplet: A3, 91 and E8. RGB value is (163,145,232). Sum of RGB (Red+Green+Blue) = 163+145+232=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #A391E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A391E8 is #5C6E17. Grayscale: #9F9F9F. Windows color (decimal): -6057496 or 15241635. OLE color: 15241635.
HSL color Cylindrical-coordinate representation of color #A391E8: hue angle of 252.41º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A391E8 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 145 | 232 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.09 |
| HSL | 252.41º | 0.65% | 0.74% | - |
| HSV(B) | 252.41º | 0.38% | 0.91% | - |
| XYZ | 39.8 | 33.86 | 80.78 | - |
| YUV | 160.3 | 168.46 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 145 | 232 | 0.30 | 0.38 | 0 | 0.09 | 252.41 | 0.65 | 0.74 |
| Hex | A3 | 91 | E8 | 1E | 26 | 0 | 9 | FC | 41 | 4A |
| Octal | 243 | 221 | 350 | 36 | 46 | 0 | 11 | 374 | 101 | 112 |
| Binary | 10100011 | 10010001 | 11101000 | 11110 | 100110 | 0 | 1001 | 11111100 | 1000001 | 1001010 |
Color Harmonies of #A391E8
Complementary color
Monochromatic Colors of #A391E8
Black with #A391E8
Text Example
Text Example
White with #A391E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A391E8; }
p { color: rgb(163,145,232); }
H1.HeaderClassName
{
color: #A391E8;
}
.AnyTagClassName
{
color: #A391E8;
}
</style>
background-color css
<style>
a { background-color: #A391E8; }
a { background-color: rgb(163,145,232); }
div.DivClassName
{
background-color: #A391E8;
}
.BgClassName
{
background-color: #A391E8;
}
</style>
border-color css
<style>
span { border-color: #A391E8; }
span { border-color: rgb(163,145,232); }
td.TdClassName
{
border-color: #A391E8;
}
.TagClassName
{
border-color: #A391E8;
}
</style>