Shades of Wisteria #BA8ADD
Tints of Wisteria #BA8ADD
RGB
CMYK
RGB Variations
Color information
#BA8ADD (or 0xBA8ADD) is known color: Wisteria. HEX triplet: BA, 8A and DD. RGB value is (186,138,221). Sum of RGB (Red+Green+Blue) = 186+138+221=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8ADD is #457522. Grayscale: #A1A1A1. Windows color (decimal): -4551971 or 14518970. OLE color: 14518970.
HSL color Cylindrical-coordinate representation of color #BA8ADD: hue angle of 274.7º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8ADD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 138 | 221 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.13 |
| HSL | 274.7º | 0.55% | 0.7% | - |
| HSV(B) | 274.7º | 0.38% | 0.87% | - |
| XYZ | 42.39 | 33.84 | 72.7 | - |
| YUV | 161.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 221 | 0.16 | 0.38 | 0 | 0.13 | 274.7 | 0.55 | 0.7 |
| Hex | BA | 8A | DD | 10 | 26 | 0 | D | 113 | 37 | 46 |
| Octal | 272 | 212 | 335 | 20 | 46 | 0 | 15 | 423 | 67 | 106 |
| Binary | 10111010 | 10001010 | 11011101 | 10000 | 100110 | 0 | 1101 | 100010011 | 110111 | 1000110 |
Color Harmonies of #BA8ADD
Complementary color
Monochromatic Colors of #BA8ADD
Black with #BA8ADD
Text Example
Text Example
White with #BA8ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8ADD; }
p { color: rgb(186,138,221); }
H1.HeaderClassName
{
color: #BA8ADD;
}
.AnyTagClassName
{
color: #BA8ADD;
}
</style>
background-color css
<style>
a { background-color: #BA8ADD; }
a { background-color: rgb(186,138,221); }
div.DivClassName
{
background-color: #BA8ADD;
}
.BgClassName
{
background-color: #BA8ADD;
}
</style>
border-color css
<style>
span { border-color: #BA8ADD; }
span { border-color: rgb(186,138,221); }
td.TdClassName
{
border-color: #BA8ADD;
}
.TagClassName
{
border-color: #BA8ADD;
}
</style>