Shades of Biloba Flower #A38BD3
Tints of Biloba Flower #A38BD3
RGB
CMYK
RGB Variations
Color information
#A38BD3 (or 0xA38BD3) is known color: Biloba Flower. HEX triplet: A3, 8B and D3. RGB value is (163,139,211). Sum of RGB (Red+Green+Blue) = 163+139+211=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #A38BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BD3 is #5C742C. Grayscale: #9A9A9A. Windows color (decimal): -6059053 or 13863843. OLE color: 13863843.
HSL color Cylindrical-coordinate representation of color #A38BD3: hue angle of 260º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38BD3 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 139 | 211 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.17 |
| HSL | 260º | 0.45% | 0.69% | - |
| HSV(B) | 260º | 0.34% | 0.83% | - |
| XYZ | 36.09 | 30.95 | 65.7 | - |
| YUV | 154.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 211 | 0.23 | 0.34 | 0 | 0.17 | 260 | 0.45 | 0.69 |
| Hex | A3 | 8B | D3 | 17 | 22 | 0 | 11 | 104 | 2D | 45 |
| Octal | 243 | 213 | 323 | 27 | 42 | 0 | 21 | 404 | 55 | 105 |
| Binary | 10100011 | 10001011 | 11010011 | 10111 | 100010 | 0 | 10001 | 100000100 | 101101 | 1000101 |
Color Harmonies of #A38BD3
Complementary color
Monochromatic Colors of #A38BD3
Black with #A38BD3
Text Example
Text Example
White with #A38BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BD3; }
p { color: rgb(163,139,211); }
H1.HeaderClassName
{
color: #A38BD3;
}
.AnyTagClassName
{
color: #A38BD3;
}
</style>
background-color css
<style>
a { background-color: #A38BD3; }
a { background-color: rgb(163,139,211); }
div.DivClassName
{
background-color: #A38BD3;
}
.BgClassName
{
background-color: #A38BD3;
}
</style>
border-color css
<style>
span { border-color: #A38BD3; }
span { border-color: rgb(163,139,211); }
td.TdClassName
{
border-color: #A38BD3;
}
.TagClassName
{
border-color: #A38BD3;
}
</style>