Shades of Biloba Flower #A38BE0
Tints of Biloba Flower #A38BE0
RGB
CMYK
RGB Variations
Color information
#A38BE0 (or 0xA38BE0) is known color: Biloba Flower. HEX triplet: A3, 8B and E0. RGB value is (163,139,224). Sum of RGB (Red+Green+Blue) = 163+139+224=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #A38BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BE0 is #5C741F. Grayscale: #9B9B9B. Windows color (decimal): -6059040 or 14715811. OLE color: 14715811.
HSL color Cylindrical-coordinate representation of color #A38BE0: hue angle of 256.94º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A38BE0 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 139 | 224 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.12 |
| HSL | 256.94º | 0.58% | 0.71% | - |
| HSV(B) | 256.94º | 0.38% | 0.88% | - |
| XYZ | 37.79 | 31.63 | 74.64 | - |
| YUV | 155.87 | 166.45 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 224 | 0.27 | 0.38 | 0 | 0.12 | 256.94 | 0.58 | 0.71 |
| Hex | A3 | 8B | E0 | 1B | 26 | 0 | C | 101 | 3A | 47 |
| Octal | 243 | 213 | 340 | 33 | 46 | 0 | 14 | 401 | 72 | 107 |
| Binary | 10100011 | 10001011 | 11100000 | 11011 | 100110 | 0 | 1100 | 100000001 | 111010 | 1000111 |
Color Harmonies of #A38BE0
Complementary color
Monochromatic Colors of #A38BE0
Black with #A38BE0
Text Example
Text Example
White with #A38BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BE0; }
p { color: rgb(163,139,224); }
H1.HeaderClassName
{
color: #A38BE0;
}
.AnyTagClassName
{
color: #A38BE0;
}
</style>
background-color css
<style>
a { background-color: #A38BE0; }
a { background-color: rgb(163,139,224); }
div.DivClassName
{
background-color: #A38BE0;
}
.BgClassName
{
background-color: #A38BE0;
}
</style>
border-color css
<style>
span { border-color: #A38BE0; }
span { border-color: rgb(163,139,224); }
td.TdClassName
{
border-color: #A38BE0;
}
.TagClassName
{
border-color: #A38BE0;
}
</style>