Shades of East Side #A594AC
Tints of East Side #A594AC
RGB
CMYK
RGB Variations
Color information
#A594AC (or 0xA594AC) is known color: East Side. HEX triplet: A5, 94 and AC. RGB value is (165,148,172). Sum of RGB (Red+Green+Blue) = 165+148+172=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 172 - color contains mainly: blue. Hex color #A594AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A594AC is #5A6B53. Grayscale: #9B9B9B. Windows color (decimal): -5925716 or 11310245. OLE color: 11310245.
HSL color Cylindrical-coordinate representation of color #A594AC: hue angle of 282.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A594AC is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 148 | 172 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.33 |
| HSL | 282.5º | 0.13% | 0.63% | - |
| HSV(B) | 282.5º | 0.14% | 0.67% | - |
| XYZ | 33.55 | 32.16 | 43.47 | - |
| YUV | 155.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 148 | 172 | 0.04 | 0.14 | 0 | 0.33 | 282.5 | 0.13 | 0.63 |
| Hex | A5 | 94 | AC | 4 | E | 0 | 21 | 11A | D | 3F |
| Octal | 245 | 224 | 254 | 4 | 16 | 0 | 41 | 432 | 15 | 77 |
| Binary | 10100101 | 10010100 | 10101100 | 100 | 1110 | 0 | 100001 | 100011010 | 1101 | 111111 |
Color Harmonies of #A594AC
Complementary color
Monochromatic Colors of #A594AC
Black with #A594AC
Text Example
Text Example
White with #A594AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A594AC; }
p { color: rgb(165,148,172); }
H1.HeaderClassName
{
color: #A594AC;
}
.AnyTagClassName
{
color: #A594AC;
}
</style>
background-color css
<style>
a { background-color: #A594AC; }
a { background-color: rgb(165,148,172); }
div.DivClassName
{
background-color: #A594AC;
}
.BgClassName
{
background-color: #A594AC;
}
</style>
border-color css
<style>
span { border-color: #A594AC; }
span { border-color: rgb(165,148,172); }
td.TdClassName
{
border-color: #A594AC;
}
.TagClassName
{
border-color: #A594AC;
}
</style>