Shades of East Side #A781C4
Tints of East Side #A781C4
RGB
CMYK
RGB Variations
Color information
#A781C4 (or 0xA781C4) is known color: East Side. HEX triplet: A7, 81 and C4. RGB value is (167,129,196). Sum of RGB (Red+Green+Blue) = 167+129+196=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #A781C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781C4 is #587E3B. Grayscale: #939393. Windows color (decimal): -5799484 or 12878247. OLE color: 12878247.
HSL color Cylindrical-coordinate representation of color #A781C4: hue angle of 274.03º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A781C4 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 129 | 196 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.23 |
| HSL | 274.03º | 0.36% | 0.64% | - |
| HSV(B) | 274.03º | 0.34% | 0.77% | - |
| XYZ | 33.75 | 27.9 | 55.83 | - |
| YUV | 148 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 196 | 0.15 | 0.34 | 0 | 0.23 | 274.03 | 0.36 | 0.64 |
| Hex | A7 | 81 | C4 | F | 22 | 0 | 17 | 112 | 24 | 40 |
| Octal | 247 | 201 | 304 | 17 | 42 | 0 | 27 | 422 | 44 | 100 |
| Binary | 10100111 | 10000001 | 11000100 | 1111 | 100010 | 0 | 10111 | 100010010 | 100100 | 1000000 |
Color Harmonies of #A781C4
Complementary color
Monochromatic Colors of #A781C4
Black with #A781C4
Text Example
Text Example
White with #A781C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A781C4; }
p { color: rgb(167,129,196); }
H1.HeaderClassName
{
color: #A781C4;
}
.AnyTagClassName
{
color: #A781C4;
}
</style>
background-color css
<style>
a { background-color: #A781C4; }
a { background-color: rgb(167,129,196); }
div.DivClassName
{
background-color: #A781C4;
}
.BgClassName
{
background-color: #A781C4;
}
</style>
border-color css
<style>
span { border-color: #A781C4; }
span { border-color: rgb(167,129,196); }
td.TdClassName
{
border-color: #A781C4;
}
.TagClassName
{
border-color: #A781C4;
}
</style>