Shades of Biloba Flower #A38DD3
Tints of Biloba Flower #A38DD3
RGB
CMYK
RGB Variations
Color information
#A38DD3 (or 0xA38DD3) is known color: Biloba Flower. HEX triplet: A3, 8D and D3. RGB value is (163,141,211). Sum of RGB (Red+Green+Blue) = 163+141+211=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #A38DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DD3 is #5C722C. Grayscale: #9B9B9B. Windows color (decimal): -6058541 or 13864355. OLE color: 13864355.
HSL color Cylindrical-coordinate representation of color #A38DD3: hue angle of 258.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A38DD3 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 141 | 211 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.17 |
| HSL | 258.86º | 0.44% | 0.69% | - |
| HSV(B) | 258.86º | 0.33% | 0.83% | - |
| XYZ | 36.39 | 31.54 | 65.8 | - |
| YUV | 155.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 211 | 0.23 | 0.33 | 0 | 0.17 | 258.86 | 0.44 | 0.69 |
| Hex | A3 | 8D | D3 | 17 | 21 | 0 | 11 | 103 | 2C | 45 |
| Octal | 243 | 215 | 323 | 27 | 41 | 0 | 21 | 403 | 54 | 105 |
| Binary | 10100011 | 10001101 | 11010011 | 10111 | 100001 | 0 | 10001 | 100000011 | 101100 | 1000101 |
Color Harmonies of #A38DD3
Complementary color
Monochromatic Colors of #A38DD3
Black with #A38DD3
Text Example
Text Example
White with #A38DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DD3; }
p { color: rgb(163,141,211); }
H1.HeaderClassName
{
color: #A38DD3;
}
.AnyTagClassName
{
color: #A38DD3;
}
</style>
background-color css
<style>
a { background-color: #A38DD3; }
a { background-color: rgb(163,141,211); }
div.DivClassName
{
background-color: #A38DD3;
}
.BgClassName
{
background-color: #A38DD3;
}
</style>
border-color css
<style>
span { border-color: #A38DD3; }
span { border-color: rgb(163,141,211); }
td.TdClassName
{
border-color: #A38DD3;
}
.TagClassName
{
border-color: #A38DD3;
}
</style>