Shades of East Side #A382B7
Tints of East Side #A382B7
RGB
CMYK
RGB Variations
Color information
#A382B7 (or 0xA382B7) is known color: East Side. HEX triplet: A3, 82 and B7. RGB value is (163,130,183). Sum of RGB (Red+Green+Blue) = 163+130+183=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 183 - color contains mainly: blue. Hex color #A382B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A382B7 is #5C7D48. Grayscale: #919191. Windows color (decimal): -6061385 or 12026531. OLE color: 12026531.
HSL color Cylindrical-coordinate representation of color #A382B7: hue angle of 277.36º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A382B7 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 130 | 183 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.28 |
| HSL | 277.36º | 0.27% | 0.61% | - |
| HSV(B) | 277.36º | 0.29% | 0.72% | - |
| XYZ | 31.63 | 27.17 | 48.38 | - |
| YUV | 145.91 | 148.93 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 183 | 0.11 | 0.29 | 0 | 0.28 | 277.36 | 0.27 | 0.61 |
| Hex | A3 | 82 | B7 | B | 1D | 0 | 1C | 115 | 1B | 3D |
| Octal | 243 | 202 | 267 | 13 | 35 | 0 | 34 | 425 | 33 | 75 |
| Binary | 10100011 | 10000010 | 10110111 | 1011 | 11101 | 0 | 11100 | 100010101 | 11011 | 111101 |
Color Harmonies of #A382B7
Complementary color
Monochromatic Colors of #A382B7
Black with #A382B7
Text Example
Text Example
White with #A382B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382B7; }
p { color: rgb(163,130,183); }
H1.HeaderClassName
{
color: #A382B7;
}
.AnyTagClassName
{
color: #A382B7;
}
</style>
background-color css
<style>
a { background-color: #A382B7; }
a { background-color: rgb(163,130,183); }
div.DivClassName
{
background-color: #A382B7;
}
.BgClassName
{
background-color: #A382B7;
}
</style>
border-color css
<style>
span { border-color: #A382B7; }
span { border-color: rgb(163,130,183); }
td.TdClassName
{
border-color: #A382B7;
}
.TagClassName
{
border-color: #A382B7;
}
</style>