Shades of Biloba Flower #A389ED
Tints of Biloba Flower #A389ED
RGB
CMYK
RGB Variations
Color information
#A389ED (or 0xA389ED) is known color: Biloba Flower. HEX triplet: A3, 89 and ED. RGB value is (163,137,237). Sum of RGB (Red+Green+Blue) = 163+137+237=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #A389ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389ED is #5C7612. Grayscale: #9B9B9B. Windows color (decimal): -6059539 or 15567267. OLE color: 15567267.
HSL color Cylindrical-coordinate representation of color #A389ED: hue angle of 255.6º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A389ED is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 137 | 237 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.07 |
| HSL | 255.6º | 0.74% | 0.73% | - |
| HSV(B) | 255.6º | 0.42% | 0.93% | - |
| XYZ | 39.34 | 31.79 | 84.18 | - |
| YUV | 156.17 | 173.61 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 237 | 0.31 | 0.42 | 0 | 0.07 | 255.6 | 0.74 | 0.73 |
| Hex | A3 | 89 | ED | 1F | 2A | 0 | 7 | 100 | 4A | 49 |
| Octal | 243 | 211 | 355 | 37 | 52 | 0 | 7 | 400 | 112 | 111 |
| Binary | 10100011 | 10001001 | 11101101 | 11111 | 101010 | 0 | 111 | 100000000 | 1001010 | 1001001 |
Color Harmonies of #A389ED
Complementary color
Monochromatic Colors of #A389ED
Black with #A389ED
Text Example
Text Example
White with #A389ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389ED; }
p { color: rgb(163,137,237); }
H1.HeaderClassName
{
color: #A389ED;
}
.AnyTagClassName
{
color: #A389ED;
}
</style>
background-color css
<style>
a { background-color: #A389ED; }
a { background-color: rgb(163,137,237); }
div.DivClassName
{
background-color: #A389ED;
}
.BgClassName
{
background-color: #A389ED;
}
</style>
border-color css
<style>
span { border-color: #A389ED; }
span { border-color: rgb(163,137,237); }
td.TdClassName
{
border-color: #A389ED;
}
.TagClassName
{
border-color: #A389ED;
}
</style>