Shades of East Side #A28AB5
Tints of East Side #A28AB5
RGB
CMYK
RGB Variations
Color information
#A28AB5 (or 0xA28AB5) is known color: East Side. HEX triplet: A2, 8A and B5. RGB value is (162,138,181). Sum of RGB (Red+Green+Blue) = 162+138+181=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #A28AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28AB5 is #5D754A. Grayscale: #959595. Windows color (decimal): -6124875 or 11897506. OLE color: 11897506.
HSL color Cylindrical-coordinate representation of color #A28AB5: hue angle of 273.49º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A28AB5 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 138 | 181 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.29 |
| HSL | 273.49º | 0.23% | 0.63% | - |
| HSV(B) | 273.49º | 0.24% | 0.71% | - |
| XYZ | 32.33 | 29.19 | 47.65 | - |
| YUV | 150.08 | 145.45 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 138 | 181 | 0.10 | 0.24 | 0 | 0.29 | 273.49 | 0.23 | 0.63 |
| Hex | A2 | 8A | B5 | A | 18 | 0 | 1D | 111 | 17 | 3F |
| Octal | 242 | 212 | 265 | 12 | 30 | 0 | 35 | 421 | 27 | 77 |
| Binary | 10100010 | 10001010 | 10110101 | 1010 | 11000 | 0 | 11101 | 100010001 | 10111 | 111111 |
Color Harmonies of #A28AB5
Complementary color
Monochromatic Colors of #A28AB5
Black with #A28AB5
Text Example
Text Example
White with #A28AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28AB5; }
p { color: rgb(162,138,181); }
H1.HeaderClassName
{
color: #A28AB5;
}
.AnyTagClassName
{
color: #A28AB5;
}
</style>
background-color css
<style>
a { background-color: #A28AB5; }
a { background-color: rgb(162,138,181); }
div.DivClassName
{
background-color: #A28AB5;
}
.BgClassName
{
background-color: #A28AB5;
}
</style>
border-color css
<style>
span { border-color: #A28AB5; }
span { border-color: rgb(162,138,181); }
td.TdClassName
{
border-color: #A28AB5;
}
.TagClassName
{
border-color: #A28AB5;
}
</style>