Shades of Biloba Flower #A38BDF
Tints of Biloba Flower #A38BDF
RGB
CMYK
RGB Variations
Color information
#A38BDF (or 0xA38BDF) is known color: Biloba Flower. HEX triplet: A3, 8B and DF. RGB value is (163,139,223). Sum of RGB (Red+Green+Blue) = 163+139+223=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #A38BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BDF is #5C7420. Grayscale: #9B9B9B. Windows color (decimal): -6059041 or 14650275. OLE color: 14650275.
HSL color Cylindrical-coordinate representation of color #A38BDF: hue angle of 257.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A38BDF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 139 | 223 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.13 |
| HSL | 257.14º | 0.57% | 0.71% | - |
| HSV(B) | 257.14º | 0.38% | 0.87% | - |
| XYZ | 37.66 | 31.58 | 73.92 | - |
| YUV | 155.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 223 | 0.27 | 0.38 | 0 | 0.13 | 257.14 | 0.57 | 0.71 |
| Hex | A3 | 8B | DF | 1B | 26 | 0 | D | 101 | 39 | 47 |
| Octal | 243 | 213 | 337 | 33 | 46 | 0 | 15 | 401 | 71 | 107 |
| Binary | 10100011 | 10001011 | 11011111 | 11011 | 100110 | 0 | 1101 | 100000001 | 111001 | 1000111 |
Color Harmonies of #A38BDF
Complementary color
Monochromatic Colors of #A38BDF
Black with #A38BDF
Text Example
Text Example
White with #A38BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BDF; }
p { color: rgb(163,139,223); }
H1.HeaderClassName
{
color: #A38BDF;
}
.AnyTagClassName
{
color: #A38BDF;
}
</style>
background-color css
<style>
a { background-color: #A38BDF; }
a { background-color: rgb(163,139,223); }
div.DivClassName
{
background-color: #A38BDF;
}
.BgClassName
{
background-color: #A38BDF;
}
</style>
border-color css
<style>
span { border-color: #A38BDF; }
span { border-color: rgb(163,139,223); }
td.TdClassName
{
border-color: #A38BDF;
}
.TagClassName
{
border-color: #A38BDF;
}
</style>