Shades of East Side #A774BC
Tints of East Side #A774BC
RGB
CMYK
RGB Variations
Color information
#A774BC (or 0xA774BC) is known color: East Side. HEX triplet: A7, 74 and BC. RGB value is (167,116,188). Sum of RGB (Red+Green+Blue) = 167+116+188=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #A774BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774BC is #588B43. Grayscale: #8B8B8B. Windows color (decimal): -5802820 or 12350631. OLE color: 12350631.
HSL color Cylindrical-coordinate representation of color #A774BC: hue angle of 282.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A774BC is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 116 | 188 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.26 |
| HSL | 282.5º | 0.35% | 0.6% | - |
| HSV(B) | 282.5º | 0.38% | 0.74% | - |
| XYZ | 31.26 | 24.34 | 50.63 | - |
| YUV | 139.46 | 155.4 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 188 | 0.11 | 0.38 | 0 | 0.26 | 282.5 | 0.35 | 0.6 |
| Hex | A7 | 74 | BC | B | 26 | 0 | 1A | 11A | 23 | 3C |
| Octal | 247 | 164 | 274 | 13 | 46 | 0 | 32 | 432 | 43 | 74 |
| Binary | 10100111 | 1110100 | 10111100 | 1011 | 100110 | 0 | 11010 | 100011010 | 100011 | 111100 |
Color Harmonies of #A774BC
Complementary color
Monochromatic Colors of #A774BC
Black with #A774BC
Text Example
Text Example
White with #A774BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774BC; }
p { color: rgb(167,116,188); }
H1.HeaderClassName
{
color: #A774BC;
}
.AnyTagClassName
{
color: #A774BC;
}
</style>
background-color css
<style>
a { background-color: #A774BC; }
a { background-color: rgb(167,116,188); }
div.DivClassName
{
background-color: #A774BC;
}
.BgClassName
{
background-color: #A774BC;
}
</style>
border-color css
<style>
span { border-color: #A774BC; }
span { border-color: rgb(167,116,188); }
td.TdClassName
{
border-color: #A774BC;
}
.TagClassName
{
border-color: #A774BC;
}
</style>