Shades of Biloba Flower #A38CE0
Tints of Biloba Flower #A38CE0
RGB
CMYK
RGB Variations
Color information
#A38CE0 (or 0xA38CE0) is known color: Biloba Flower. HEX triplet: A3, 8C and E0. RGB value is (163,140,224). Sum of RGB (Red+Green+Blue) = 163+140+224=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #A38CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CE0 is #5C731F. Grayscale: #9C9C9C. Windows color (decimal): -6058784 or 14716067. OLE color: 14716067.
HSL color Cylindrical-coordinate representation of color #A38CE0: hue angle of 256.43º 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 #A38CE0 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 140 | 224 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.12 |
| HSL | 256.43º | 0.58% | 0.71% | - |
| HSV(B) | 256.43º | 0.38% | 0.88% | - |
| XYZ | 37.94 | 31.92 | 74.68 | - |
| YUV | 156.45 | 166.12 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 140 | 224 | 0.27 | 0.38 | 0 | 0.12 | 256.43 | 0.58 | 0.71 |
| Hex | A3 | 8C | E0 | 1B | 26 | 0 | C | 100 | 3A | 47 |
| Octal | 243 | 214 | 340 | 33 | 46 | 0 | 14 | 400 | 72 | 107 |
| Binary | 10100011 | 10001100 | 11100000 | 11011 | 100110 | 0 | 1100 | 100000000 | 111010 | 1000111 |
Color Harmonies of #A38CE0
Complementary color
Monochromatic Colors of #A38CE0
Black with #A38CE0
Text Example
Text Example
White with #A38CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38CE0; }
p { color: rgb(163,140,224); }
H1.HeaderClassName
{
color: #A38CE0;
}
.AnyTagClassName
{
color: #A38CE0;
}
</style>
background-color css
<style>
a { background-color: #A38CE0; }
a { background-color: rgb(163,140,224); }
div.DivClassName
{
background-color: #A38CE0;
}
.BgClassName
{
background-color: #A38CE0;
}
</style>
border-color css
<style>
span { border-color: #A38CE0; }
span { border-color: rgb(163,140,224); }
td.TdClassName
{
border-color: #A38CE0;
}
.TagClassName
{
border-color: #A38CE0;
}
</style>