Shades of Biloba Flower #A38BE6
Tints of Biloba Flower #A38BE6
RGB
CMYK
RGB Variations
Color information
#A38BE6 (or 0xA38BE6) is known color: Biloba Flower. HEX triplet: A3, 8B and E6. RGB value is (163,139,230). Sum of RGB (Red+Green+Blue) = 163+139+230=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 230 (90.23% from 255 or 43.23% from 532); Max value from RGB is 230 - color contains mainly: blue. Hex color #A38BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38BE6 is #5C7419. Grayscale: #9C9C9C. Windows color (decimal): -6059034 or 15109027. OLE color: 15109027.
HSL color Cylindrical-coordinate representation of color #A38BE6: hue angle of 255.82º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38BE6 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 139 | 230 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.10 |
| HSL | 255.82º | 0.65% | 0.72% | - |
| HSV(B) | 255.82º | 0.4% | 0.9% | - |
| XYZ | 38.62 | 31.96 | 79 | - |
| YUV | 156.55 | 169.45 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 230 | 0.29 | 0.40 | 0 | 0.10 | 255.82 | 0.65 | 0.72 |
| Hex | A3 | 8B | E6 | 1D | 28 | 0 | A | 100 | 41 | 48 |
| Octal | 243 | 213 | 346 | 35 | 50 | 0 | 12 | 400 | 101 | 110 |
| Binary | 10100011 | 10001011 | 11100110 | 11101 | 101000 | 0 | 1010 | 100000000 | 1000001 | 1001000 |
Color Harmonies of #A38BE6
Complementary color
Monochromatic Colors of #A38BE6
Black with #A38BE6
Text Example
Text Example
White with #A38BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BE6; }
p { color: rgb(163,139,230); }
H1.HeaderClassName
{
color: #A38BE6;
}
.AnyTagClassName
{
color: #A38BE6;
}
</style>
background-color css
<style>
a { background-color: #A38BE6; }
a { background-color: rgb(163,139,230); }
div.DivClassName
{
background-color: #A38BE6;
}
.BgClassName
{
background-color: #A38BE6;
}
</style>
border-color css
<style>
span { border-color: #A38BE6; }
span { border-color: rgb(163,139,230); }
td.TdClassName
{
border-color: #A38BE6;
}
.TagClassName
{
border-color: #A38BE6;
}
</style>