Shades of East Side #A774B4
Tints of East Side #A774B4
RGB
CMYK
RGB Variations
Color information
#A774B4 (or 0xA774B4) is known color: East Side. HEX triplet: A7, 74 and B4. RGB value is (167,116,180). Sum of RGB (Red+Green+Blue) = 167+116+180=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 116 (45.70% from 255 or 25.05% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #A774B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A774B4 is #588B4B. Grayscale: #8A8A8A. Windows color (decimal): -5802828 or 11826343. OLE color: 11826343.
HSL color Cylindrical-coordinate representation of color #A774B4: hue angle of 287.81º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A774B4 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 116 | 180 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.29 |
| HSL | 287.81º | 0.3% | 0.58% | - |
| HSV(B) | 287.81º | 0.36% | 0.71% | - |
| XYZ | 30.42 | 24 | 46.21 | - |
| YUV | 138.55 | 151.4 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 180 | 0.07 | 0.36 | 0 | 0.29 | 287.81 | 0.3 | 0.58 |
| Hex | A7 | 74 | B4 | 7 | 24 | 0 | 1D | 120 | 1E | 3A |
| Octal | 247 | 164 | 264 | 7 | 44 | 0 | 35 | 440 | 36 | 72 |
| Binary | 10100111 | 1110100 | 10110100 | 111 | 100100 | 0 | 11101 | 100100000 | 11110 | 111010 |
Color Harmonies of #A774B4
Complementary color
Monochromatic Colors of #A774B4
Black with #A774B4
Text Example
Text Example
White with #A774B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A774B4; }
p { color: rgb(167,116,180); }
H1.HeaderClassName
{
color: #A774B4;
}
.AnyTagClassName
{
color: #A774B4;
}
</style>
background-color css
<style>
a { background-color: #A774B4; }
a { background-color: rgb(167,116,180); }
div.DivClassName
{
background-color: #A774B4;
}
.BgClassName
{
background-color: #A774B4;
}
</style>
border-color css
<style>
span { border-color: #A774B4; }
span { border-color: rgb(167,116,180); }
td.TdClassName
{
border-color: #A774B4;
}
.TagClassName
{
border-color: #A774B4;
}
</style>