Shades of East Side #A285B5
Tints of East Side #A285B5
RGB
CMYK
RGB Variations
Color information
#A285B5 (or 0xA285B5) is known color: East Side. HEX triplet: A2, 85 and B5. RGB value is (162,133,181). Sum of RGB (Red+Green+Blue) = 162+133+181=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 181 - color contains mainly: blue. Hex color #A285B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A285B5 is #5D7A4A. Grayscale: #929292. Windows color (decimal): -6126155 or 11896226. OLE color: 11896226.
HSL color Cylindrical-coordinate representation of color #A285B5: hue angle of 276.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A285B5 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 133 | 181 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.29 |
| HSL | 276.25º | 0.24% | 0.62% | - |
| HSV(B) | 276.25º | 0.27% | 0.71% | - |
| XYZ | 31.63 | 27.79 | 47.41 | - |
| YUV | 147.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 181 | 0.10 | 0.27 | 0 | 0.29 | 276.25 | 0.24 | 0.62 |
| Hex | A2 | 85 | B5 | A | 1B | 0 | 1D | 114 | 18 | 3E |
| Octal | 242 | 205 | 265 | 12 | 33 | 0 | 35 | 424 | 30 | 76 |
| Binary | 10100010 | 10000101 | 10110101 | 1010 | 11011 | 0 | 11101 | 100010100 | 11000 | 111110 |
Color Harmonies of #A285B5
Complementary color
Monochromatic Colors of #A285B5
Black with #A285B5
Text Example
Text Example
White with #A285B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A285B5; }
p { color: rgb(162,133,181); }
H1.HeaderClassName
{
color: #A285B5;
}
.AnyTagClassName
{
color: #A285B5;
}
</style>
background-color css
<style>
a { background-color: #A285B5; }
a { background-color: rgb(162,133,181); }
div.DivClassName
{
background-color: #A285B5;
}
.BgClassName
{
background-color: #A285B5;
}
</style>
border-color css
<style>
span { border-color: #A285B5; }
span { border-color: rgb(162,133,181); }
td.TdClassName
{
border-color: #A285B5;
}
.TagClassName
{
border-color: #A285B5;
}
</style>