Shades of East Side #A592AC
Tints of East Side #A592AC
RGB
CMYK
RGB Variations
Color information
#A592AC (or 0xA592AC) is known color: East Side. HEX triplet: A5, 92 and AC. RGB value is (165,146,172). Sum of RGB (Red+Green+Blue) = 165+146+172=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 172 - color contains mainly: blue. Hex color #A592AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A592AC is #5A6D53. Grayscale: #9A9A9A. Windows color (decimal): -5926228 or 11309733. OLE color: 11309733.
HSL color Cylindrical-coordinate representation of color #A592AC: hue angle of 283.85º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A592AC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 165 | 146 | 172 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.33 |
| HSL | 283.85º | 0.14% | 0.62% | - |
| HSV(B) | 283.85º | 0.15% | 0.67% | - |
| XYZ | 33.24 | 31.54 | 43.36 | - |
| YUV | 154.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 146 | 172 | 0.04 | 0.15 | 0 | 0.33 | 283.85 | 0.14 | 0.62 |
| Hex | A5 | 92 | AC | 4 | F | 0 | 21 | 11C | E | 3E |
| Octal | 245 | 222 | 254 | 4 | 17 | 0 | 41 | 434 | 16 | 76 |
| Binary | 10100101 | 10010010 | 10101100 | 100 | 1111 | 0 | 100001 | 100011100 | 1110 | 111110 |
Color Harmonies of #A592AC
Complementary color
Monochromatic Colors of #A592AC
Black with #A592AC
Text Example
Text Example
White with #A592AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A592AC; }
p { color: rgb(165,146,172); }
H1.HeaderClassName
{
color: #A592AC;
}
.AnyTagClassName
{
color: #A592AC;
}
</style>
background-color css
<style>
a { background-color: #A592AC; }
a { background-color: rgb(165,146,172); }
div.DivClassName
{
background-color: #A592AC;
}
.BgClassName
{
background-color: #A592AC;
}
</style>
border-color css
<style>
span { border-color: #A592AC; }
span { border-color: rgb(165,146,172); }
td.TdClassName
{
border-color: #A592AC;
}
.TagClassName
{
border-color: #A592AC;
}
</style>