Shades of East Side #A296AC
Tints of East Side #A296AC
RGB
CMYK
RGB Variations
Color information
#A296AC (or 0xA296AC) is known color: East Side. HEX triplet: A2, 96 and AC. RGB value is (162,150,172). Sum of RGB (Red+Green+Blue) = 162+150+172=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 172 - color contains mainly: blue. Hex color #A296AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A296AC is #5D6953. Grayscale: #9C9C9C. Windows color (decimal): -6121812 or 11310754. OLE color: 11310754.
HSL color Cylindrical-coordinate representation of color #A296AC: hue angle of 272.73º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A296AC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 150 | 172 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.33 |
| HSL | 272.73º | 0.12% | 0.63% | - |
| HSV(B) | 272.73º | 0.13% | 0.67% | - |
| XYZ | 33.25 | 32.47 | 43.54 | - |
| YUV | 156.1 | 136.98 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 172 | 0.06 | 0.13 | 0 | 0.33 | 272.73 | 0.12 | 0.63 |
| Hex | A2 | 96 | AC | 6 | D | 0 | 21 | 111 | C | 3F |
| Octal | 242 | 226 | 254 | 6 | 15 | 0 | 41 | 421 | 14 | 77 |
| Binary | 10100010 | 10010110 | 10101100 | 110 | 1101 | 0 | 100001 | 100010001 | 1100 | 111111 |
Color Harmonies of #A296AC
Complementary color
Monochromatic Colors of #A296AC
Black with #A296AC
Text Example
Text Example
White with #A296AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296AC; }
p { color: rgb(162,150,172); }
H1.HeaderClassName
{
color: #A296AC;
}
.AnyTagClassName
{
color: #A296AC;
}
</style>
background-color css
<style>
a { background-color: #A296AC; }
a { background-color: rgb(162,150,172); }
div.DivClassName
{
background-color: #A296AC;
}
.BgClassName
{
background-color: #A296AC;
}
</style>
border-color css
<style>
span { border-color: #A296AC; }
span { border-color: rgb(162,150,172); }
td.TdClassName
{
border-color: #A296AC;
}
.TagClassName
{
border-color: #A296AC;
}
</style>