Shades of East Side #A28FB6
Tints of East Side #A28FB6
RGB
CMYK
RGB Variations
Color information
#A28FB6 (or 0xA28FB6) is known color: East Side. HEX triplet: A2, 8F and B6. RGB value is (162,143,182). Sum of RGB (Red+Green+Blue) = 162+143+182=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 182 - color contains mainly: blue. Hex color #A28FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28FB6 is #5D7049. Grayscale: #989898. Windows color (decimal): -6123594 or 11964322. OLE color: 11964322.
HSL color Cylindrical-coordinate representation of color #A28FB6: hue angle of 269.23º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A28FB6 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 143 | 182 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.29 |
| HSL | 269.23º | 0.21% | 0.64% | - |
| HSV(B) | 269.23º | 0.21% | 0.71% | - |
| XYZ | 33.17 | 30.7 | 48.43 | - |
| YUV | 153.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 182 | 0.11 | 0.21 | 0 | 0.29 | 269.23 | 0.21 | 0.64 |
| Hex | A2 | 8F | B6 | B | 15 | 0 | 1D | 10D | 15 | 40 |
| Octal | 242 | 217 | 266 | 13 | 25 | 0 | 35 | 415 | 25 | 100 |
| Binary | 10100010 | 10001111 | 10110110 | 1011 | 10101 | 0 | 11101 | 100001101 | 10101 | 1000000 |
Color Harmonies of #A28FB6
Complementary color
Monochromatic Colors of #A28FB6
Black with #A28FB6
Text Example
Text Example
White with #A28FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FB6; }
p { color: rgb(162,143,182); }
H1.HeaderClassName
{
color: #A28FB6;
}
.AnyTagClassName
{
color: #A28FB6;
}
</style>
background-color css
<style>
a { background-color: #A28FB6; }
a { background-color: rgb(162,143,182); }
div.DivClassName
{
background-color: #A28FB6;
}
.BgClassName
{
background-color: #A28FB6;
}
</style>
border-color css
<style>
span { border-color: #A28FB6; }
span { border-color: rgb(162,143,182); }
td.TdClassName
{
border-color: #A28FB6;
}
.TagClassName
{
border-color: #A28FB6;
}
</style>