Shades of East Side #A77CCC
Tints of East Side #A77CCC
RGB
CMYK
RGB Variations
Color information
#A77CCC (or 0xA77CCC) is known color: East Side. HEX triplet: A7, 7C and CC. RGB value is (167,124,204). Sum of RGB (Red+Green+Blue) = 167+124+204=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #A77CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77CCC is #588333. Grayscale: #919191. Windows color (decimal): -5800756 or 13401255. OLE color: 13401255.
HSL color Cylindrical-coordinate representation of color #A77CCC: hue angle of 272.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A77CCC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 124 | 204 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.2 |
| HSL | 272.25º | 0.44% | 0.64% | - |
| HSV(B) | 272.25º | 0.39% | 0.8% | - |
| XYZ | 34.04 | 26.99 | 60.54 | - |
| YUV | 145.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 204 | 0.18 | 0.39 | 0 | 0.2 | 272.25 | 0.44 | 0.64 |
| Hex | A7 | 7C | CC | 12 | 27 | 0 | 14 | 110 | 2C | 40 |
| Octal | 247 | 174 | 314 | 22 | 47 | 0 | 24 | 420 | 54 | 100 |
| Binary | 10100111 | 1111100 | 11001100 | 10010 | 100111 | 0 | 10100 | 100010000 | 101100 | 1000000 |
Color Harmonies of #A77CCC
Complementary color
Monochromatic Colors of #A77CCC
Black with #A77CCC
Text Example
Text Example
White with #A77CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77CCC; }
p { color: rgb(167,124,204); }
H1.HeaderClassName
{
color: #A77CCC;
}
.AnyTagClassName
{
color: #A77CCC;
}
</style>
background-color css
<style>
a { background-color: #A77CCC; }
a { background-color: rgb(167,124,204); }
div.DivClassName
{
background-color: #A77CCC;
}
.BgClassName
{
background-color: #A77CCC;
}
</style>
border-color css
<style>
span { border-color: #A77CCC; }
span { border-color: rgb(167,124,204); }
td.TdClassName
{
border-color: #A77CCC;
}
.TagClassName
{
border-color: #A77CCC;
}
</style>