Shades of East Side #A793BC
Tints of East Side #A793BC
RGB
CMYK
RGB Variations
Color information
#A793BC (or 0xA793BC) is known color: East Side. HEX triplet: A7, 93 and BC. RGB value is (167,147,188). Sum of RGB (Red+Green+Blue) = 167+147+188=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #A793BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A793BC is #586C43. Grayscale: #9D9D9D. Windows color (decimal): -5794884 or 12358567. OLE color: 12358567.
HSL color Cylindrical-coordinate representation of color #A793BC: hue angle of 269.27º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A793BC is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 147 | 188 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.26 |
| HSL | 269.27º | 0.23% | 0.66% | - |
| HSV(B) | 269.27º | 0.22% | 0.74% | - |
| XYZ | 35.45 | 32.71 | 52.02 | - |
| YUV | 157.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 188 | 0.11 | 0.22 | 0 | 0.26 | 269.27 | 0.23 | 0.66 |
| Hex | A7 | 93 | BC | B | 16 | 0 | 1A | 10D | 17 | 42 |
| Octal | 247 | 223 | 274 | 13 | 26 | 0 | 32 | 415 | 27 | 102 |
| Binary | 10100111 | 10010011 | 10111100 | 1011 | 10110 | 0 | 11010 | 100001101 | 10111 | 1000010 |
Color Harmonies of #A793BC
Complementary color
Monochromatic Colors of #A793BC
Black with #A793BC
Text Example
Text Example
White with #A793BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A793BC; }
p { color: rgb(167,147,188); }
H1.HeaderClassName
{
color: #A793BC;
}
.AnyTagClassName
{
color: #A793BC;
}
</style>
background-color css
<style>
a { background-color: #A793BC; }
a { background-color: rgb(167,147,188); }
div.DivClassName
{
background-color: #A793BC;
}
.BgClassName
{
background-color: #A793BC;
}
</style>
border-color css
<style>
span { border-color: #A793BC; }
span { border-color: rgb(167,147,188); }
td.TdClassName
{
border-color: #A793BC;
}
.TagClassName
{
border-color: #A793BC;
}
</style>