Shades of Biloba Flower #A38CE7
Tints of Biloba Flower #A38CE7
RGB
CMYK
RGB Variations
Color information
#A38CE7 (or 0xA38CE7) is known color: Biloba Flower. HEX triplet: A3, 8C and E7. RGB value is (163,140,231). Sum of RGB (Red+Green+Blue) = 163+140+231=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #A38CE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38CE7 is #5C7318. Grayscale: #9C9C9C. Windows color (decimal): -6058777 or 15174819. OLE color: 15174819.
HSL color Cylindrical-coordinate representation of color #A38CE7: hue angle of 255.16º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38CE7 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 140 | 231 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.09 |
| HSL | 255.16º | 0.65% | 0.73% | - |
| HSV(B) | 255.16º | 0.39% | 0.91% | - |
| XYZ | 38.91 | 32.31 | 79.79 | - |
| YUV | 157.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 231 | 0.29 | 0.39 | 0 | 0.09 | 255.16 | 0.65 | 0.73 |
| Hex | A3 | 8C | E7 | 1D | 27 | 0 | 9 | FF | 41 | 49 |
| Octal | 243 | 214 | 347 | 35 | 47 | 0 | 11 | 377 | 101 | 111 |
| Binary | 10100011 | 10001100 | 11100111 | 11101 | 100111 | 0 | 1001 | 11111111 | 1000001 | 1001001 |
Color Harmonies of #A38CE7
Complementary color
Monochromatic Colors of #A38CE7
Black with #A38CE7
Text Example
Text Example
White with #A38CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CE7; }
p { color: rgb(163,140,231); }
H1.HeaderClassName
{
color: #A38CE7;
}
.AnyTagClassName
{
color: #A38CE7;
}
</style>
background-color css
<style>
a { background-color: #A38CE7; }
a { background-color: rgb(163,140,231); }
div.DivClassName
{
background-color: #A38CE7;
}
.BgClassName
{
background-color: #A38CE7;
}
</style>
border-color css
<style>
span { border-color: #A38CE7; }
span { border-color: rgb(163,140,231); }
td.TdClassName
{
border-color: #A38CE7;
}
.TagClassName
{
border-color: #A38CE7;
}
</style>