Shades of Biloba Flower #A38DDC
Tints of Biloba Flower #A38DDC
RGB
CMYK
RGB Variations
Color information
#A38DDC (or 0xA38DDC) is known color: Biloba Flower. HEX triplet: A3, 8D and DC. RGB value is (163,141,220). Sum of RGB (Red+Green+Blue) = 163+141+220=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #A38DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DDC is #5C7223. Grayscale: #9C9C9C. Windows color (decimal): -6058532 or 14454179. OLE color: 14454179.
HSL color Cylindrical-coordinate representation of color #A38DDC: hue angle of 256.71º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38DDC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 141 | 220 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.14 |
| HSL | 256.71º | 0.53% | 0.71% | - |
| HSV(B) | 256.71º | 0.36% | 0.86% | - |
| XYZ | 37.55 | 32 | 71.91 | - |
| YUV | 156.58 | 163.79 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 141 | 220 | 0.26 | 0.36 | 0 | 0.14 | 256.71 | 0.53 | 0.71 |
| Hex | A3 | 8D | DC | 1A | 24 | 0 | E | 101 | 35 | 47 |
| Octal | 243 | 215 | 334 | 32 | 44 | 0 | 16 | 401 | 65 | 107 |
| Binary | 10100011 | 10001101 | 11011100 | 11010 | 100100 | 0 | 1110 | 100000001 | 110101 | 1000111 |
Color Harmonies of #A38DDC
Complementary color
Monochromatic Colors of #A38DDC
Black with #A38DDC
Text Example
Text Example
White with #A38DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38DDC; }
p { color: rgb(163,141,220); }
H1.HeaderClassName
{
color: #A38DDC;
}
.AnyTagClassName
{
color: #A38DDC;
}
</style>
background-color css
<style>
a { background-color: #A38DDC; }
a { background-color: rgb(163,141,220); }
div.DivClassName
{
background-color: #A38DDC;
}
.BgClassName
{
background-color: #A38DDC;
}
</style>
border-color css
<style>
span { border-color: #A38DDC; }
span { border-color: rgb(163,141,220); }
td.TdClassName
{
border-color: #A38DDC;
}
.TagClassName
{
border-color: #A38DDC;
}
</style>