Shades of East Side #A880C4
Tints of East Side #A880C4
RGB
CMYK
RGB Variations
Color information
#A880C4 (or 0xA880C4) is known color: East Side. HEX triplet: A8, 80 and C4. RGB value is (168,128,196). Sum of RGB (Red+Green+Blue) = 168+128+196=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 128 (50.39% from 255 or 26.02% 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 #A880C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A880C4 is #577F3B. Grayscale: #939393. Windows color (decimal): -5734204 or 12877992. OLE color: 12877992.
HSL color Cylindrical-coordinate representation of color #A880C4: hue angle of 275.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A880C4 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 128 | 196 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.23 |
| HSL | 275.29º | 0.37% | 0.64% | - |
| HSV(B) | 275.29º | 0.35% | 0.77% | - |
| XYZ | 33.83 | 27.75 | 55.8 | - |
| YUV | 147.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 196 | 0.14 | 0.35 | 0 | 0.23 | 275.29 | 0.37 | 0.64 |
| Hex | A8 | 80 | C4 | E | 23 | 0 | 17 | 113 | 25 | 40 |
| Octal | 250 | 200 | 304 | 16 | 43 | 0 | 27 | 423 | 45 | 100 |
| Binary | 10101000 | 10000000 | 11000100 | 1110 | 100011 | 0 | 10111 | 100010011 | 100101 | 1000000 |
Color Harmonies of #A880C4
Complementary color
Monochromatic Colors of #A880C4
Black with #A880C4
Text Example
Text Example
White with #A880C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A880C4; }
p { color: rgb(168,128,196); }
H1.HeaderClassName
{
color: #A880C4;
}
.AnyTagClassName
{
color: #A880C4;
}
</style>
background-color css
<style>
a { background-color: #A880C4; }
a { background-color: rgb(168,128,196); }
div.DivClassName
{
background-color: #A880C4;
}
.BgClassName
{
background-color: #A880C4;
}
</style>
border-color css
<style>
span { border-color: #A880C4; }
span { border-color: rgb(168,128,196); }
td.TdClassName
{
border-color: #A880C4;
}
.TagClassName
{
border-color: #A880C4;
}
</style>