Shades of East Side #A382B9
Tints of East Side #A382B9
RGB
CMYK
RGB Variations
Color information
#A382B9 (or 0xA382B9) is known color: East Side. HEX triplet: A3, 82 and B9. RGB value is (163,130,185). Sum of RGB (Red+Green+Blue) = 163+130+185=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #A382B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382B9 is #5C7D46. Grayscale: #919191. Windows color (decimal): -6061383 or 12157603. OLE color: 12157603.
HSL color Cylindrical-coordinate representation of color #A382B9: hue angle of 276º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A382B9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 163 | 130 | 185 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.27 |
| HSL | 276º | 0.28% | 0.62% | - |
| HSV(B) | 276º | 0.3% | 0.73% | - |
| XYZ | 31.84 | 27.25 | 49.48 | - |
| YUV | 146.14 | 149.93 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 185 | 0.12 | 0.30 | 0 | 0.27 | 276 | 0.28 | 0.62 |
| Hex | A3 | 82 | B9 | C | 1E | 0 | 1B | 114 | 1C | 3E |
| Octal | 243 | 202 | 271 | 14 | 36 | 0 | 33 | 424 | 34 | 76 |
| Binary | 10100011 | 10000010 | 10111001 | 1100 | 11110 | 0 | 11011 | 100010100 | 11100 | 111110 |
Color Harmonies of #A382B9
Complementary color
Monochromatic Colors of #A382B9
Black with #A382B9
Text Example
Text Example
White with #A382B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382B9; }
p { color: rgb(163,130,185); }
H1.HeaderClassName
{
color: #A382B9;
}
.AnyTagClassName
{
color: #A382B9;
}
</style>
background-color css
<style>
a { background-color: #A382B9; }
a { background-color: rgb(163,130,185); }
div.DivClassName
{
background-color: #A382B9;
}
.BgClassName
{
background-color: #A382B9;
}
</style>
border-color css
<style>
span { border-color: #A382B9; }
span { border-color: rgb(163,130,185); }
td.TdClassName
{
border-color: #A382B9;
}
.TagClassName
{
border-color: #A382B9;
}
</style>