Shades of East Side #A380B9
Tints of East Side #A380B9
RGB
CMYK
RGB Variations
Color information
#A380B9 (or 0xA380B9) is known color: East Side. HEX triplet: A3, 80 and B9. RGB value is (163,128,185). Sum of RGB (Red+Green+Blue) = 163+128+185=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 185 - color contains mainly: blue. Hex color #A380B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380B9 is #5C7F46. Grayscale: #909090. Windows color (decimal): -6061895 or 12157091. OLE color: 12157091.
HSL color Cylindrical-coordinate representation of color #A380B9: hue angle of 276.84º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A380B9 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 128 | 185 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.27 |
| HSL | 276.84º | 0.29% | 0.61% | - |
| HSV(B) | 276.84º | 0.31% | 0.73% | - |
| XYZ | 31.58 | 26.73 | 49.39 | - |
| YUV | 144.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 185 | 0.12 | 0.31 | 0 | 0.27 | 276.84 | 0.29 | 0.61 |
| Hex | A3 | 80 | B9 | C | 1F | 0 | 1B | 115 | 1D | 3D |
| Octal | 243 | 200 | 271 | 14 | 37 | 0 | 33 | 425 | 35 | 75 |
| Binary | 10100011 | 10000000 | 10111001 | 1100 | 11111 | 0 | 11011 | 100010101 | 11101 | 111101 |
Color Harmonies of #A380B9
Complementary color
Monochromatic Colors of #A380B9
Black with #A380B9
Text Example
Text Example
White with #A380B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380B9; }
p { color: rgb(163,128,185); }
H1.HeaderClassName
{
color: #A380B9;
}
.AnyTagClassName
{
color: #A380B9;
}
</style>
background-color css
<style>
a { background-color: #A380B9; }
a { background-color: rgb(163,128,185); }
div.DivClassName
{
background-color: #A380B9;
}
.BgClassName
{
background-color: #A380B9;
}
</style>
border-color css
<style>
span { border-color: #A380B9; }
span { border-color: rgb(163,128,185); }
td.TdClassName
{
border-color: #A380B9;
}
.TagClassName
{
border-color: #A380B9;
}
</style>