Shades of East Side #A380B8
Tints of East Side #A380B8
RGB
CMYK
RGB Variations
Color information
#A380B8 (or 0xA380B8) is known color: East Side. HEX triplet: A3, 80 and B8. RGB value is (163,128,184). Sum of RGB (Red+Green+Blue) = 163+128+184=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 184 - color contains mainly: blue. Hex color #A380B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380B8 is #5C7F47. Grayscale: #909090. Windows color (decimal): -6061896 or 12091555. OLE color: 12091555.
HSL color Cylindrical-coordinate representation of color #A380B8: hue angle of 277.5º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A380B8 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 128 | 184 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.28 |
| HSL | 277.5º | 0.28% | 0.61% | - |
| HSV(B) | 277.5º | 0.3% | 0.72% | - |
| XYZ | 31.48 | 26.69 | 48.84 | - |
| YUV | 144.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 184 | 0.11 | 0.30 | 0 | 0.28 | 277.5 | 0.28 | 0.61 |
| Hex | A3 | 80 | B8 | B | 1E | 0 | 1C | 116 | 1C | 3D |
| Octal | 243 | 200 | 270 | 13 | 36 | 0 | 34 | 426 | 34 | 75 |
| Binary | 10100011 | 10000000 | 10111000 | 1011 | 11110 | 0 | 11100 | 100010110 | 11100 | 111101 |
Color Harmonies of #A380B8
Complementary color
Monochromatic Colors of #A380B8
Black with #A380B8
Text Example
Text Example
White with #A380B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380B8; }
p { color: rgb(163,128,184); }
H1.HeaderClassName
{
color: #A380B8;
}
.AnyTagClassName
{
color: #A380B8;
}
</style>
background-color css
<style>
a { background-color: #A380B8; }
a { background-color: rgb(163,128,184); }
div.DivClassName
{
background-color: #A380B8;
}
.BgClassName
{
background-color: #A380B8;
}
</style>
border-color css
<style>
span { border-color: #A380B8; }
span { border-color: rgb(163,128,184); }
td.TdClassName
{
border-color: #A380B8;
}
.TagClassName
{
border-color: #A380B8;
}
</style>