Shades of East Side #A895AC
Tints of East Side #A895AC
RGB
CMYK
RGB Variations
Color information
#A895AC (or 0xA895AC) is known color: East Side. HEX triplet: A8, 95 and AC. RGB value is (168,149,172). Sum of RGB (Red+Green+Blue) = 168+149+172=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 172 - color contains mainly: blue. Hex color #A895AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A895AC is #576A53. Grayscale: #9D9D9D. Windows color (decimal): -5728852 or 11310504. OLE color: 11310504.
HSL color Cylindrical-coordinate representation of color #A895AC: hue angle of 289.57º 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 #A895AC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 168 | 149 | 172 | - |
CMYK | 0.02 | 0.13 | 0 | 0.33 |
HSL | 289.57º | 0.12% | 0.63% | - |
HSV(B) | 289.57º | 0.13% | 0.67% | - |
XYZ | 34.34 | 32.8 | 43.55 | - |
YUV | 157.3 | 136.29 | 135.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 149 | 172 | 0.02 | 0.13 | 0 | 0.33 | 289.57 | 0.12 | 0.63 |
Hex | A8 | 95 | AC | 2 | D | 0 | 21 | 122 | C | 3F |
Octal | 250 | 225 | 254 | 2 | 15 | 0 | 41 | 442 | 14 | 77 |
Binary | 10101000 | 10010101 | 10101100 | 10 | 1101 | 0 | 100001 | 100100010 | 1100 | 111111 |
Color Harmonies of #A895AC
Complementary color
Monochromatic Colors of #A895AC
Black with #A895AC
Text Example
Text Example
White with #A895AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A895AC; }
p { color: rgb(168,149,172); }
H1.HeaderClassName
{
color: #A895AC;
}
.AnyTagClassName
{
color: #A895AC;
}
</style>
background-color css
<style>
a { background-color: #A895AC; }
a { background-color: rgb(168,149,172); }
div.DivClassName
{
background-color: #A895AC;
}
.BgClassName
{
background-color: #A895AC;
}
</style>
border-color css
<style>
span { border-color: #A895AC; }
span { border-color: rgb(168,149,172); }
td.TdClassName
{
border-color: #A895AC;
}
.TagClassName
{
border-color: #A895AC;
}
</style>