Shades of Biloba Flower #A38BE4
Tints of Biloba Flower #A38BE4
RGB
CMYK
RGB Variations
Color information
#A38BE4 (or 0xA38BE4) is known color: Biloba Flower. HEX triplet: A3, 8B and E4. RGB value is (163,139,228). Sum of RGB (Red+Green+Blue) = 163+139+228=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 228 (89.45% from 255 or 43.02% from 530); Max value from RGB is 228 - color contains mainly: blue. Hex color #A38BE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BE4 is #5C741B. Grayscale: #9B9B9B. Windows color (decimal): -6059036 or 14977955. OLE color: 14977955.
HSL color Cylindrical-coordinate representation of color #A38BE4: hue angle of 256.18º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38BE4 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 139 | 228 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.11 |
| HSL | 256.18º | 0.62% | 0.72% | - |
| HSV(B) | 256.18º | 0.39% | 0.89% | - |
| XYZ | 38.34 | 31.85 | 77.53 | - |
| YUV | 156.32 | 168.45 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 228 | 0.29 | 0.39 | 0 | 0.11 | 256.18 | 0.62 | 0.72 |
| Hex | A3 | 8B | E4 | 1D | 27 | 0 | B | 100 | 3E | 48 |
| Octal | 243 | 213 | 344 | 35 | 47 | 0 | 13 | 400 | 76 | 110 |
| Binary | 10100011 | 10001011 | 11100100 | 11101 | 100111 | 0 | 1011 | 100000000 | 111110 | 1001000 |
Color Harmonies of #A38BE4
Complementary color
Monochromatic Colors of #A38BE4
Black with #A38BE4
Text Example
Text Example
White with #A38BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BE4; }
p { color: rgb(163,139,228); }
H1.HeaderClassName
{
color: #A38BE4;
}
.AnyTagClassName
{
color: #A38BE4;
}
</style>
background-color css
<style>
a { background-color: #A38BE4; }
a { background-color: rgb(163,139,228); }
div.DivClassName
{
background-color: #A38BE4;
}
.BgClassName
{
background-color: #A38BE4;
}
</style>
border-color css
<style>
span { border-color: #A38BE4; }
span { border-color: rgb(163,139,228); }
td.TdClassName
{
border-color: #A38BE4;
}
.TagClassName
{
border-color: #A38BE4;
}
</style>