Shades of Biloba Flower #A493E1
Tints of Biloba Flower #A493E1
RGB
CMYK
RGB Variations
Color information
#A493E1 (or 0xA493E1) is known color: Biloba Flower. HEX triplet: A4, 93 and E1. RGB value is (164,147,225). Sum of RGB (Red+Green+Blue) = 164+147+225=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #A493E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493E1 is #5B6C1E. Grayscale: #A0A0A0. Windows color (decimal): -5991455 or 14783396. OLE color: 14783396.
HSL color Cylindrical-coordinate representation of color #A493E1: hue angle of 253.08º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A493E1 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 147 | 225 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.12 |
| HSL | 253.08º | 0.57% | 0.73% | - |
| HSV(B) | 253.08º | 0.35% | 0.88% | - |
| XYZ | 39.33 | 34.2 | 75.76 | - |
| YUV | 160.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 225 | 0.27 | 0.35 | 0 | 0.12 | 253.08 | 0.57 | 0.73 |
| Hex | A4 | 93 | E1 | 1B | 23 | 0 | C | FD | 39 | 49 |
| Octal | 244 | 223 | 341 | 33 | 43 | 0 | 14 | 375 | 71 | 111 |
| Binary | 10100100 | 10010011 | 11100001 | 11011 | 100011 | 0 | 1100 | 11111101 | 111001 | 1001001 |
Color Harmonies of #A493E1
Complementary color
Monochromatic Colors of #A493E1
Black with #A493E1
Text Example
Text Example
White with #A493E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493E1; }
p { color: rgb(164,147,225); }
H1.HeaderClassName
{
color: #A493E1;
}
.AnyTagClassName
{
color: #A493E1;
}
</style>
background-color css
<style>
a { background-color: #A493E1; }
a { background-color: rgb(164,147,225); }
div.DivClassName
{
background-color: #A493E1;
}
.BgClassName
{
background-color: #A493E1;
}
</style>
border-color css
<style>
span { border-color: #A493E1; }
span { border-color: rgb(164,147,225); }
td.TdClassName
{
border-color: #A493E1;
}
.TagClassName
{
border-color: #A493E1;
}
</style>