Shades of East Side #A89FB3
Tints of East Side #A89FB3
RGB
CMYK
RGB Variations
Color information
#A89FB3 (or 0xA89FB3) is known color: East Side. HEX triplet: A8, 9F and B3. RGB value is (168,159,179). Sum of RGB (Red+Green+Blue) = 168+159+179=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 179 (70.31% from 255 or 35.38% from 506); Max value from RGB is 179 - color contains mainly: blue. Hex color #A89FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89FB3 is #57604C. Grayscale: #A3A3A3. Windows color (decimal): -5726285 or 11771816. OLE color: 11771816.
HSL color Cylindrical-coordinate representation of color #A89FB3: hue angle of 267º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89FB3 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 159 | 179 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.30 |
| HSL | 267º | 0.12% | 0.66% | - |
| HSV(B) | 267º | 0.11% | 0.7% | - |
| XYZ | 36.68 | 36.38 | 47.74 | - |
| YUV | 163.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 179 | 0.06 | 0.11 | 0 | 0.30 | 267 | 0.12 | 0.66 |
| Hex | A8 | 9F | B3 | 6 | B | 0 | 1E | 10B | C | 42 |
| Octal | 250 | 237 | 263 | 6 | 13 | 0 | 36 | 413 | 14 | 102 |
| Binary | 10101000 | 10011111 | 10110011 | 110 | 1011 | 0 | 11110 | 100001011 | 1100 | 1000010 |
Color Harmonies of #A89FB3
Complementary color
Monochromatic Colors of #A89FB3
Black with #A89FB3
Text Example
Text Example
White with #A89FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FB3; }
p { color: rgb(168,159,179); }
H1.HeaderClassName
{
color: #A89FB3;
}
.AnyTagClassName
{
color: #A89FB3;
}
</style>
background-color css
<style>
a { background-color: #A89FB3; }
a { background-color: rgb(168,159,179); }
div.DivClassName
{
background-color: #A89FB3;
}
.BgClassName
{
background-color: #A89FB3;
}
</style>
border-color css
<style>
span { border-color: #A89FB3; }
span { border-color: rgb(168,159,179); }
td.TdClassName
{
border-color: #A89FB3;
}
.TagClassName
{
border-color: #A89FB3;
}
</style>