Shades of East Side #A89EB5
Tints of East Side #A89EB5
RGB
CMYK
RGB Variations
Color information
#A89EB5 (or 0xA89EB5) is known color: East Side. HEX triplet: A8, 9E and B5. RGB value is (168,158,181). Sum of RGB (Red+Green+Blue) = 168+158+181=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #A89EB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89EB5 is #57614A. Grayscale: #A3A3A3. Windows color (decimal): -5726539 or 11902632. OLE color: 11902632.
HSL color Cylindrical-coordinate representation of color #A89EB5: hue angle of 266.09º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89EB5 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 158 | 181 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.29 |
| HSL | 266.09º | 0.13% | 0.66% | - |
| HSV(B) | 266.09º | 0.13% | 0.71% | - |
| XYZ | 36.72 | 36.11 | 48.75 | - |
| YUV | 163.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 181 | 0.07 | 0.13 | 0 | 0.29 | 266.09 | 0.13 | 0.66 |
| Hex | A8 | 9E | B5 | 7 | D | 0 | 1D | 10A | D | 42 |
| Octal | 250 | 236 | 265 | 7 | 15 | 0 | 35 | 412 | 15 | 102 |
| Binary | 10101000 | 10011110 | 10110101 | 111 | 1101 | 0 | 11101 | 100001010 | 1101 | 1000010 |
Color Harmonies of #A89EB5
Complementary color
Monochromatic Colors of #A89EB5
Black with #A89EB5
Text Example
Text Example
White with #A89EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EB5; }
p { color: rgb(168,158,181); }
H1.HeaderClassName
{
color: #A89EB5;
}
.AnyTagClassName
{
color: #A89EB5;
}
</style>
background-color css
<style>
a { background-color: #A89EB5; }
a { background-color: rgb(168,158,181); }
div.DivClassName
{
background-color: #A89EB5;
}
.BgClassName
{
background-color: #A89EB5;
}
</style>
border-color css
<style>
span { border-color: #A89EB5; }
span { border-color: rgb(168,158,181); }
td.TdClassName
{
border-color: #A89EB5;
}
.TagClassName
{
border-color: #A89EB5;
}
</style>