Shades of East Side #A478B4
Tints of East Side #A478B4
RGB
CMYK
RGB Variations
Color information
#A478B4 (or 0xA478B4) is known color: East Side. HEX triplet: A4, 78 and B4. RGB value is (164,120,180). Sum of RGB (Red+Green+Blue) = 164+120+180=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 180 (70.70% from 255 or 38.79% from 464); Max value from RGB is 180 - color contains mainly: blue. Hex color #A478B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A478B4 is #5B874B. Grayscale: #8B8B8B. Windows color (decimal): -5998412 or 11827364. OLE color: 11827364.
HSL color Cylindrical-coordinate representation of color #A478B4: hue angle of 284º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A478B4 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 120 | 180 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.29 |
| HSL | 284º | 0.29% | 0.59% | - |
| HSV(B) | 284º | 0.33% | 0.71% | - |
| XYZ | 30.26 | 24.62 | 46.34 | - |
| YUV | 140 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 120 | 180 | 0.09 | 0.33 | 0 | 0.29 | 284 | 0.29 | 0.59 |
| Hex | A4 | 78 | B4 | 9 | 21 | 0 | 1D | 11C | 1D | 3B |
| Octal | 244 | 170 | 264 | 11 | 41 | 0 | 35 | 434 | 35 | 73 |
| Binary | 10100100 | 1111000 | 10110100 | 1001 | 100001 | 0 | 11101 | 100011100 | 11101 | 111011 |
Color Harmonies of #A478B4
Complementary color
Monochromatic Colors of #A478B4
Black with #A478B4
Text Example
Text Example
White with #A478B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A478B4; }
p { color: rgb(164,120,180); }
H1.HeaderClassName
{
color: #A478B4;
}
.AnyTagClassName
{
color: #A478B4;
}
</style>
background-color css
<style>
a { background-color: #A478B4; }
a { background-color: rgb(164,120,180); }
div.DivClassName
{
background-color: #A478B4;
}
.BgClassName
{
background-color: #A478B4;
}
</style>
border-color css
<style>
span { border-color: #A478B4; }
span { border-color: rgb(164,120,180); }
td.TdClassName
{
border-color: #A478B4;
}
.TagClassName
{
border-color: #A478B4;
}
</style>