Shades of East Side #A380B4
Tints of East Side #A380B4
RGB
CMYK
RGB Variations
Color information
#A380B4 (or 0xA380B4) is known color: East Side. HEX triplet: A3, 80 and B4. RGB value is (163,128,180). Sum of RGB (Red+Green+Blue) = 163+128+180=471 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.61% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 180 - color contains mainly: blue. Hex color #A380B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A380B4 is #5C7F4B. Grayscale: #909090. Windows color (decimal): -6061900 or 11829411. OLE color: 11829411.
HSL color Cylindrical-coordinate representation of color #A380B4: hue angle of 280.38º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A380B4 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 128 | 180 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.29 |
| HSL | 280.38º | 0.26% | 0.6% | - |
| HSV(B) | 280.38º | 0.29% | 0.71% | - |
| XYZ | 31.06 | 26.52 | 46.66 | - |
| YUV | 144.39 | 148.1 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 180 | 0.09 | 0.29 | 0 | 0.29 | 280.38 | 0.26 | 0.6 |
| Hex | A3 | 80 | B4 | 9 | 1D | 0 | 1D | 118 | 1A | 3C |
| Octal | 243 | 200 | 264 | 11 | 35 | 0 | 35 | 430 | 32 | 74 |
| Binary | 10100011 | 10000000 | 10110100 | 1001 | 11101 | 0 | 11101 | 100011000 | 11010 | 111100 |
Color Harmonies of #A380B4
Complementary color
Monochromatic Colors of #A380B4
Black with #A380B4
Text Example
Text Example
White with #A380B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380B4; }
p { color: rgb(163,128,180); }
H1.HeaderClassName
{
color: #A380B4;
}
.AnyTagClassName
{
color: #A380B4;
}
</style>
background-color css
<style>
a { background-color: #A380B4; }
a { background-color: rgb(163,128,180); }
div.DivClassName
{
background-color: #A380B4;
}
.BgClassName
{
background-color: #A380B4;
}
</style>
border-color css
<style>
span { border-color: #A380B4; }
span { border-color: rgb(163,128,180); }
td.TdClassName
{
border-color: #A380B4;
}
.TagClassName
{
border-color: #A380B4;
}
</style>