Shades of East Side #A885B3
Tints of East Side #A885B3
RGB
CMYK
RGB Variations
Color information
#A885B3 (or 0xA885B3) is known color: East Side. HEX triplet: A8, 85 and B3. RGB value is (168,133,179). Sum of RGB (Red+Green+Blue) = 168+133+179=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #A885B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A885B3 is #577A4C. Grayscale: #949494. Windows color (decimal): -5732941 or 11765160. OLE color: 11765160.
HSL color Cylindrical-coordinate representation of color #A885B3: hue angle of 285.65º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A885B3 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 133 | 179 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.30 |
| HSL | 285.65º | 0.23% | 0.61% | - |
| HSV(B) | 285.65º | 0.26% | 0.7% | - |
| XYZ | 32.67 | 28.35 | 46.4 | - |
| YUV | 148.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 179 | 0.06 | 0.26 | 0 | 0.30 | 285.65 | 0.23 | 0.61 |
| Hex | A8 | 85 | B3 | 6 | 1A | 0 | 1E | 11E | 17 | 3D |
| Octal | 250 | 205 | 263 | 6 | 32 | 0 | 36 | 436 | 27 | 75 |
| Binary | 10101000 | 10000101 | 10110011 | 110 | 11010 | 0 | 11110 | 100011110 | 10111 | 111101 |
Color Harmonies of #A885B3
Complementary color
Monochromatic Colors of #A885B3
Black with #A885B3
Text Example
Text Example
White with #A885B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A885B3; }
p { color: rgb(168,133,179); }
H1.HeaderClassName
{
color: #A885B3;
}
.AnyTagClassName
{
color: #A885B3;
}
</style>
background-color css
<style>
a { background-color: #A885B3; }
a { background-color: rgb(168,133,179); }
div.DivClassName
{
background-color: #A885B3;
}
.BgClassName
{
background-color: #A885B3;
}
</style>
border-color css
<style>
span { border-color: #A885B3; }
span { border-color: rgb(168,133,179); }
td.TdClassName
{
border-color: #A885B3;
}
.TagClassName
{
border-color: #A885B3;
}
</style>