Shades of East Side #A292B3
Tints of East Side #A292B3
RGB
CMYK
RGB Variations
Color information
#A292B3 (or 0xA292B3) is known color: East Side. HEX triplet: A2, 92 and B3. RGB value is (162,146,179). Sum of RGB (Red+Green+Blue) = 162+146+179=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 179 - color contains mainly: blue. Hex color #A292B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292B3 is #5D6D4C. Grayscale: #9A9A9A. Windows color (decimal): -6122829 or 11768482. OLE color: 11768482.
HSL color Cylindrical-coordinate representation of color #A292B3: hue angle of 269.09º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A292B3 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 146 | 179 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.30 |
| HSL | 269.09º | 0.18% | 0.64% | - |
| HSV(B) | 269.09º | 0.18% | 0.7% | - |
| XYZ | 33.32 | 31.49 | 46.97 | - |
| YUV | 154.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 179 | 0.09 | 0.18 | 0 | 0.30 | 269.09 | 0.18 | 0.64 |
| Hex | A2 | 92 | B3 | 9 | 12 | 0 | 1E | 10D | 12 | 40 |
| Octal | 242 | 222 | 263 | 11 | 22 | 0 | 36 | 415 | 22 | 100 |
| Binary | 10100010 | 10010010 | 10110011 | 1001 | 10010 | 0 | 11110 | 100001101 | 10010 | 1000000 |
Color Harmonies of #A292B3
Complementary color
Monochromatic Colors of #A292B3
Black with #A292B3
Text Example
Text Example
White with #A292B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292B3; }
p { color: rgb(162,146,179); }
H1.HeaderClassName
{
color: #A292B3;
}
.AnyTagClassName
{
color: #A292B3;
}
</style>
background-color css
<style>
a { background-color: #A292B3; }
a { background-color: rgb(162,146,179); }
div.DivClassName
{
background-color: #A292B3;
}
.BgClassName
{
background-color: #A292B3;
}
</style>
border-color css
<style>
span { border-color: #A292B3; }
span { border-color: rgb(162,146,179); }
td.TdClassName
{
border-color: #A292B3;
}
.TagClassName
{
border-color: #A292B3;
}
</style>