Shades of Biloba Flower #A38FCD
Tints of Biloba Flower #A38FCD
RGB
CMYK
RGB Variations
Color information
#A38FCD (or 0xA38FCD) is known color: Biloba Flower. HEX triplet: A3, 8F and CD. RGB value is (163,143,205). Sum of RGB (Red+Green+Blue) = 163+143+205=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #A38FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FCD is #5C7032. Grayscale: #9B9B9B. Windows color (decimal): -6058035 or 13471651. OLE color: 13471651.
HSL color Cylindrical-coordinate representation of color #A38FCD: hue angle of 259.35º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A38FCD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 143 | 205 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.20 |
| HSL | 259.35º | 0.38% | 0.68% | - |
| HSV(B) | 259.35º | 0.3% | 0.8% | - |
| XYZ | 35.95 | 31.84 | 62.01 | - |
| YUV | 156.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 143 | 205 | 0.20 | 0.30 | 0 | 0.20 | 259.35 | 0.38 | 0.68 |
| Hex | A3 | 8F | CD | 14 | 1E | 0 | 14 | 103 | 26 | 44 |
| Octal | 243 | 217 | 315 | 24 | 36 | 0 | 24 | 403 | 46 | 104 |
| Binary | 10100011 | 10001111 | 11001101 | 10100 | 11110 | 0 | 10100 | 100000011 | 100110 | 1000100 |
Color Harmonies of #A38FCD
Complementary color
Monochromatic Colors of #A38FCD
Black with #A38FCD
Text Example
Text Example
White with #A38FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38FCD; }
p { color: rgb(163,143,205); }
H1.HeaderClassName
{
color: #A38FCD;
}
.AnyTagClassName
{
color: #A38FCD;
}
</style>
background-color css
<style>
a { background-color: #A38FCD; }
a { background-color: rgb(163,143,205); }
div.DivClassName
{
background-color: #A38FCD;
}
.BgClassName
{
background-color: #A38FCD;
}
</style>
border-color css
<style>
span { border-color: #A38FCD; }
span { border-color: rgb(163,143,205); }
td.TdClassName
{
border-color: #A38FCD;
}
.TagClassName
{
border-color: #A38FCD;
}
</style>