Shades of East Side #A782BF
Tints of East Side #A782BF
RGB
CMYK
RGB Variations
Color information
#A782BF (or 0xA782BF) is known color: East Side. HEX triplet: A7, 82 and BF. RGB value is (167,130,191). Sum of RGB (Red+Green+Blue) = 167+130+191=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #A782BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782BF is #587D40. Grayscale: #939393. Windows color (decimal): -5799233 or 12550823. OLE color: 12550823.
HSL color Cylindrical-coordinate representation of color #A782BF: hue angle of 276.39º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A782BF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 130 | 191 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.25 |
| HSL | 276.39º | 0.32% | 0.63% | - |
| HSV(B) | 276.39º | 0.32% | 0.75% | - |
| XYZ | 33.32 | 27.94 | 52.93 | - |
| YUV | 148.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 191 | 0.13 | 0.32 | 0 | 0.25 | 276.39 | 0.32 | 0.63 |
| Hex | A7 | 82 | BF | D | 20 | 0 | 19 | 114 | 20 | 3F |
| Octal | 247 | 202 | 277 | 15 | 40 | 0 | 31 | 424 | 40 | 77 |
| Binary | 10100111 | 10000010 | 10111111 | 1101 | 100000 | 0 | 11001 | 100010100 | 100000 | 111111 |
Color Harmonies of #A782BF
Complementary color
Monochromatic Colors of #A782BF
Black with #A782BF
Text Example
Text Example
White with #A782BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A782BF; }
p { color: rgb(167,130,191); }
H1.HeaderClassName
{
color: #A782BF;
}
.AnyTagClassName
{
color: #A782BF;
}
</style>
background-color css
<style>
a { background-color: #A782BF; }
a { background-color: rgb(167,130,191); }
div.DivClassName
{
background-color: #A782BF;
}
.BgClassName
{
background-color: #A782BF;
}
</style>
border-color css
<style>
span { border-color: #A782BF; }
span { border-color: rgb(167,130,191); }
td.TdClassName
{
border-color: #A782BF;
}
.TagClassName
{
border-color: #A782BF;
}
</style>