Shades of East Side #AB6FBA
Tints of East Side #AB6FBA
RGB
CMYK
RGB Variations
Color information
#AB6FBA (or 0xAB6FBA) is known color: East Side. HEX triplet: AB, 6F and BA. RGB value is (171,111,186). Sum of RGB (Red+Green+Blue) = 171+111+186=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB6FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6FBA is #549045. Grayscale: #898989. Windows color (decimal): -5541958 or 12218283. OLE color: 12218283.
HSL color Cylindrical-coordinate representation of color #AB6FBA: hue angle of 288º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6FBA is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 111 | 186 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.27 |
| HSL | 288º | 0.35% | 0.58% | - |
| HSV(B) | 288º | 0.4% | 0.73% | - |
| XYZ | 31.34 | 23.57 | 49.35 | - |
| YUV | 137.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 186 | 0.08 | 0.40 | 0 | 0.27 | 288 | 0.35 | 0.58 |
| Hex | AB | 6F | BA | 8 | 28 | 0 | 1B | 120 | 23 | 3A |
| Octal | 253 | 157 | 272 | 10 | 50 | 0 | 33 | 440 | 43 | 72 |
| Binary | 10101011 | 1101111 | 10111010 | 1000 | 101000 | 0 | 11011 | 100100000 | 100011 | 111010 |
Color Harmonies of #AB6FBA
Complementary color
Monochromatic Colors of #AB6FBA
Black with #AB6FBA
Text Example
Text Example
White with #AB6FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6FBA; }
p { color: rgb(171,111,186); }
H1.HeaderClassName
{
color: #AB6FBA;
}
.AnyTagClassName
{
color: #AB6FBA;
}
</style>
background-color css
<style>
a { background-color: #AB6FBA; }
a { background-color: rgb(171,111,186); }
div.DivClassName
{
background-color: #AB6FBA;
}
.BgClassName
{
background-color: #AB6FBA;
}
</style>
border-color css
<style>
span { border-color: #AB6FBA; }
span { border-color: rgb(171,111,186); }
td.TdClassName
{
border-color: #AB6FBA;
}
.TagClassName
{
border-color: #AB6FBA;
}
</style>