Shades of East Side #A585B4
Tints of East Side #A585B4
RGB
CMYK
RGB Variations
Color information
#A585B4 (or 0xA585B4) is known color: East Side. HEX triplet: A5, 85 and B4. RGB value is (165,133,180). Sum of RGB (Red+Green+Blue) = 165+133+180=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #A585B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585B4 is #5A7A4B. Grayscale: #939393. Windows color (decimal): -5929548 or 11830693. OLE color: 11830693.
HSL color Cylindrical-coordinate representation of color #A585B4: hue angle of 280.85º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A585B4 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 133 | 180 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.29 |
| HSL | 280.85º | 0.24% | 0.61% | - |
| HSV(B) | 280.85º | 0.26% | 0.71% | - |
| XYZ | 32.14 | 28.07 | 46.9 | - |
| YUV | 147.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 133 | 180 | 0.08 | 0.26 | 0 | 0.29 | 280.85 | 0.24 | 0.61 |
| Hex | A5 | 85 | B4 | 8 | 1A | 0 | 1D | 119 | 18 | 3D |
| Octal | 245 | 205 | 264 | 10 | 32 | 0 | 35 | 431 | 30 | 75 |
| Binary | 10100101 | 10000101 | 10110100 | 1000 | 11010 | 0 | 11101 | 100011001 | 11000 | 111101 |
Color Harmonies of #A585B4
Complementary color
Monochromatic Colors of #A585B4
Black with #A585B4
Text Example
Text Example
White with #A585B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A585B4; }
p { color: rgb(165,133,180); }
H1.HeaderClassName
{
color: #A585B4;
}
.AnyTagClassName
{
color: #A585B4;
}
</style>
background-color css
<style>
a { background-color: #A585B4; }
a { background-color: rgb(165,133,180); }
div.DivClassName
{
background-color: #A585B4;
}
.BgClassName
{
background-color: #A585B4;
}
</style>
border-color css
<style>
span { border-color: #A585B4; }
span { border-color: rgb(165,133,180); }
td.TdClassName
{
border-color: #A585B4;
}
.TagClassName
{
border-color: #A585B4;
}
</style>