Shades of Biloba Flower #A38BDA
Tints of Biloba Flower #A38BDA
RGB
CMYK
RGB Variations
Color information
#A38BDA (or 0xA38BDA) is known color: Biloba Flower. HEX triplet: A3, 8B and DA. RGB value is (163,139,218). Sum of RGB (Red+Green+Blue) = 163+139+218=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #A38BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BDA is #5C7425. Grayscale: #9A9A9A. Windows color (decimal): -6059046 or 14322595. OLE color: 14322595.
HSL color Cylindrical-coordinate representation of color #A38BDA: hue angle of 258.23º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38BDA is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 139 | 218 | - |
| CMYK | 0.25 | 0.36 | 0 | 0.15 |
| HSL | 258.23º | 0.52% | 0.7% | - |
| HSV(B) | 258.23º | 0.36% | 0.85% | - |
| XYZ | 36.99 | 31.31 | 70.42 | - |
| YUV | 155.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 139 | 218 | 0.25 | 0.36 | 0 | 0.15 | 258.23 | 0.52 | 0.7 |
| Hex | A3 | 8B | DA | 19 | 24 | 0 | F | 102 | 34 | 46 |
| Octal | 243 | 213 | 332 | 31 | 44 | 0 | 17 | 402 | 64 | 106 |
| Binary | 10100011 | 10001011 | 11011010 | 11001 | 100100 | 0 | 1111 | 100000010 | 110100 | 1000110 |
Color Harmonies of #A38BDA
Complementary color
Monochromatic Colors of #A38BDA
Black with #A38BDA
Text Example
Text Example
White with #A38BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A38BDA; }
p { color: rgb(163,139,218); }
H1.HeaderClassName
{
color: #A38BDA;
}
.AnyTagClassName
{
color: #A38BDA;
}
</style>
background-color css
<style>
a { background-color: #A38BDA; }
a { background-color: rgb(163,139,218); }
div.DivClassName
{
background-color: #A38BDA;
}
.BgClassName
{
background-color: #A38BDA;
}
</style>
border-color css
<style>
span { border-color: #A38BDA; }
span { border-color: rgb(163,139,218); }
td.TdClassName
{
border-color: #A38BDA;
}
.TagClassName
{
border-color: #A38BDA;
}
</style>