Shades of East Side #A485B5
Tints of East Side #A485B5
RGB
CMYK
RGB Variations
Color information
#A485B5 (or 0xA485B5) is known color: East Side. HEX triplet: A4, 85 and B5. RGB value is (164,133,181). Sum of RGB (Red+Green+Blue) = 164+133+181=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #A485B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A485B5 is #5B7A4A. Grayscale: #939393. Windows color (decimal): -5995083 or 11896228. OLE color: 11896228.
HSL color Cylindrical-coordinate representation of color #A485B5: hue angle of 278.75º 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 #A485B5 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 133 | 181 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.29 |
| HSL | 278.75º | 0.24% | 0.62% | - |
| HSV(B) | 278.75º | 0.27% | 0.71% | - |
| XYZ | 32.04 | 28 | 47.43 | - |
| YUV | 147.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 181 | 0.09 | 0.27 | 0 | 0.29 | 278.75 | 0.24 | 0.62 |
| Hex | A4 | 85 | B5 | 9 | 1B | 0 | 1D | 117 | 18 | 3E |
| Octal | 244 | 205 | 265 | 11 | 33 | 0 | 35 | 427 | 30 | 76 |
| Binary | 10100100 | 10000101 | 10110101 | 1001 | 11011 | 0 | 11101 | 100010111 | 11000 | 111110 |
Color Harmonies of #A485B5
Complementary color
Monochromatic Colors of #A485B5
Black with #A485B5
Text Example
Text Example
White with #A485B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485B5; }
p { color: rgb(164,133,181); }
H1.HeaderClassName
{
color: #A485B5;
}
.AnyTagClassName
{
color: #A485B5;
}
</style>
background-color css
<style>
a { background-color: #A485B5; }
a { background-color: rgb(164,133,181); }
div.DivClassName
{
background-color: #A485B5;
}
.BgClassName
{
background-color: #A485B5;
}
</style>
border-color css
<style>
span { border-color: #A485B5; }
span { border-color: rgb(164,133,181); }
td.TdClassName
{
border-color: #A485B5;
}
.TagClassName
{
border-color: #A485B5;
}
</style>