Shades of Biloba Flower #A493D1
Tints of Biloba Flower #A493D1
RGB
CMYK
RGB Variations
Color information
#A493D1 (or 0xA493D1) is known color: Biloba Flower. HEX triplet: A4, 93 and D1. RGB value is (164,147,209). Sum of RGB (Red+Green+Blue) = 164+147+209=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #A493D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A493D1 is #5B6C2E. Grayscale: #9E9E9E. Windows color (decimal): -5991471 or 13734820. OLE color: 13734820.
HSL color Cylindrical-coordinate representation of color #A493D1: hue angle of 256.45º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A493D1 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 147 | 209 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.18 |
| HSL | 256.45º | 0.4% | 0.7% | - |
| HSV(B) | 256.45º | 0.3% | 0.82% | - |
| XYZ | 37.25 | 33.36 | 64.8 | - |
| YUV | 159.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 147 | 209 | 0.22 | 0.30 | 0 | 0.18 | 256.45 | 0.4 | 0.7 |
| Hex | A4 | 93 | D1 | 16 | 1E | 0 | 12 | 100 | 28 | 46 |
| Octal | 244 | 223 | 321 | 26 | 36 | 0 | 22 | 400 | 50 | 106 |
| Binary | 10100100 | 10010011 | 11010001 | 10110 | 11110 | 0 | 10010 | 100000000 | 101000 | 1000110 |
Color Harmonies of #A493D1
Complementary color
Monochromatic Colors of #A493D1
Black with #A493D1
Text Example
Text Example
White with #A493D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A493D1; }
p { color: rgb(164,147,209); }
H1.HeaderClassName
{
color: #A493D1;
}
.AnyTagClassName
{
color: #A493D1;
}
</style>
background-color css
<style>
a { background-color: #A493D1; }
a { background-color: rgb(164,147,209); }
div.DivClassName
{
background-color: #A493D1;
}
.BgClassName
{
background-color: #A493D1;
}
</style>
border-color css
<style>
span { border-color: #A493D1; }
span { border-color: rgb(164,147,209); }
td.TdClassName
{
border-color: #A493D1;
}
.TagClassName
{
border-color: #A493D1;
}
</style>