Shades of East Side #A192AC
Tints of East Side #A192AC
RGB
CMYK
RGB Variations
Color information
#A192AC (or 0xA192AC) is known color: East Side. HEX triplet: A1, 92 and AC. RGB value is (161,146,172). Sum of RGB (Red+Green+Blue) = 161+146+172=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 172 - color contains mainly: blue. Hex color #A192AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A192AC is #5E6D53. Grayscale: #999999. Windows color (decimal): -6188372 or 11309729. OLE color: 11309729.
HSL color Cylindrical-coordinate representation of color #A192AC: hue angle of 274.62º 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 #A192AC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 146 | 172 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.33 |
| HSL | 274.62º | 0.14% | 0.62% | - |
| HSV(B) | 274.62º | 0.15% | 0.67% | - |
| XYZ | 32.42 | 31.11 | 43.33 | - |
| YUV | 153.45 | 138.47 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 172 | 0.06 | 0.15 | 0 | 0.33 | 274.62 | 0.14 | 0.62 |
| Hex | A1 | 92 | AC | 6 | F | 0 | 21 | 113 | E | 3E |
| Octal | 241 | 222 | 254 | 6 | 17 | 0 | 41 | 423 | 16 | 76 |
| Binary | 10100001 | 10010010 | 10101100 | 110 | 1111 | 0 | 100001 | 100010011 | 1110 | 111110 |
Color Harmonies of #A192AC
Complementary color
Monochromatic Colors of #A192AC
Black with #A192AC
Text Example
Text Example
White with #A192AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A192AC; }
p { color: rgb(161,146,172); }
H1.HeaderClassName
{
color: #A192AC;
}
.AnyTagClassName
{
color: #A192AC;
}
</style>
background-color css
<style>
a { background-color: #A192AC; }
a { background-color: rgb(161,146,172); }
div.DivClassName
{
background-color: #A192AC;
}
.BgClassName
{
background-color: #A192AC;
}
</style>
border-color css
<style>
span { border-color: #A192AC; }
span { border-color: rgb(161,146,172); }
td.TdClassName
{
border-color: #A192AC;
}
.TagClassName
{
border-color: #A192AC;
}
</style>