Shades of Biloba Flower #A38CE9
Tints of Biloba Flower #A38CE9
RGB
CMYK
RGB Variations
Color information
#A38CE9 (or 0xA38CE9) is known color: Biloba Flower. HEX triplet: A3, 8C and E9. RGB value is (163,140,233). Sum of RGB (Red+Green+Blue) = 163+140+233=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #A38CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CE9 is #5C7316. Grayscale: #9D9D9D. Windows color (decimal): -6058775 or 15305891. OLE color: 15305891.
HSL color Cylindrical-coordinate representation of color #A38CE9: hue angle of 254.84º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38CE9 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 140 | 233 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.09 |
| HSL | 254.84º | 0.68% | 0.73% | - |
| HSV(B) | 254.84º | 0.4% | 0.91% | - |
| XYZ | 39.19 | 32.43 | 81.28 | - |
| YUV | 157.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 233 | 0.30 | 0.40 | 0 | 0.09 | 254.84 | 0.68 | 0.73 |
| Hex | A3 | 8C | E9 | 1E | 28 | 0 | 9 | FF | 44 | 49 |
| Octal | 243 | 214 | 351 | 36 | 50 | 0 | 11 | 377 | 104 | 111 |
| Binary | 10100011 | 10001100 | 11101001 | 11110 | 101000 | 0 | 1001 | 11111111 | 1000100 | 1001001 |
Color Harmonies of #A38CE9
Complementary color
Monochromatic Colors of #A38CE9
Black with #A38CE9
Text Example
Text Example
White with #A38CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CE9; }
p { color: rgb(163,140,233); }
H1.HeaderClassName
{
color: #A38CE9;
}
.AnyTagClassName
{
color: #A38CE9;
}
</style>
background-color css
<style>
a { background-color: #A38CE9; }
a { background-color: rgb(163,140,233); }
div.DivClassName
{
background-color: #A38CE9;
}
.BgClassName
{
background-color: #A38CE9;
}
</style>
border-color css
<style>
span { border-color: #A38CE9; }
span { border-color: rgb(163,140,233); }
td.TdClassName
{
border-color: #A38CE9;
}
.TagClassName
{
border-color: #A38CE9;
}
</style>