Shades of East Side #A8A0B2
Tints of East Side #A8A0B2
RGB
CMYK
RGB Variations
Color information
#A8A0B2 (or 0xA8A0B2) is known color: East Side. HEX triplet: A8, A0 and B2. RGB value is (168,160,178). Sum of RGB (Red+Green+Blue) = 168+160+178=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 178 - color contains mainly: blue. Hex color #A8A0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A0B2 is #575F4D. Grayscale: #A4A4A4. Windows color (decimal): -5726030 or 11706536. OLE color: 11706536.
HSL color Cylindrical-coordinate representation of color #A8A0B2: hue angle of 266.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8A0B2 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 160 | 178 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.30 |
| HSL | 266.67º | 0.1% | 0.66% | - |
| HSV(B) | 266.67º | 0.1% | 0.7% | - |
| XYZ | 36.76 | 36.68 | 47.26 | - |
| YUV | 164.44 | 135.65 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 178 | 0.06 | 0.10 | 0 | 0.30 | 266.67 | 0.1 | 0.66 |
| Hex | A8 | A0 | B2 | 6 | A | 0 | 1E | 10B | A | 42 |
| Octal | 250 | 240 | 262 | 6 | 12 | 0 | 36 | 413 | 12 | 102 |
| Binary | 10101000 | 10100000 | 10110010 | 110 | 1010 | 0 | 11110 | 100001011 | 1010 | 1000010 |
Color Harmonies of #A8A0B2
Complementary color
Monochromatic Colors of #A8A0B2
Black with #A8A0B2
Text Example
Text Example
White with #A8A0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A0B2; }
p { color: rgb(168,160,178); }
H1.HeaderClassName
{
color: #A8A0B2;
}
.AnyTagClassName
{
color: #A8A0B2;
}
</style>
background-color css
<style>
a { background-color: #A8A0B2; }
a { background-color: rgb(168,160,178); }
div.DivClassName
{
background-color: #A8A0B2;
}
.BgClassName
{
background-color: #A8A0B2;
}
</style>
border-color css
<style>
span { border-color: #A8A0B2; }
span { border-color: rgb(168,160,178); }
td.TdClassName
{
border-color: #A8A0B2;
}
.TagClassName
{
border-color: #A8A0B2;
}
</style>