Shades of East Side #A89DB2
Tints of East Side #A89DB2
RGB
CMYK
RGB Variations
Color information
#A89DB2 (or 0xA89DB2) is known color: East Side. HEX triplet: A8, 9D and B2. RGB value is (168,157,178). Sum of RGB (Red+Green+Blue) = 168+157+178=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #A89DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89DB2 is #57624D. Grayscale: #A2A2A2. Windows color (decimal): -5726798 or 11705768. OLE color: 11705768.
HSL color Cylindrical-coordinate representation of color #A89DB2: hue angle of 271.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89DB2 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 168 | 157 | 178 | - |
CMYK | 0.06 | 0.12 | 0 | 0.30 |
HSL | 271.43º | 0.12% | 0.66% | - |
HSV(B) | 271.43º | 0.12% | 0.7% | - |
XYZ | 36.24 | 35.65 | 47.09 | - |
YUV | 162.68 | 136.64 | 131.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 157 | 178 | 0.06 | 0.12 | 0 | 0.30 | 271.43 | 0.12 | 0.66 |
Hex | A8 | 9D | B2 | 6 | C | 0 | 1E | 10F | C | 42 |
Octal | 250 | 235 | 262 | 6 | 14 | 0 | 36 | 417 | 14 | 102 |
Binary | 10101000 | 10011101 | 10110010 | 110 | 1100 | 0 | 11110 | 100001111 | 1100 | 1000010 |
Color Harmonies of #A89DB2
Complementary color
Monochromatic Colors of #A89DB2
Black with #A89DB2
Text Example
Text Example
White with #A89DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89DB2; }
p { color: rgb(168,157,178); }
H1.HeaderClassName
{
color: #A89DB2;
}
.AnyTagClassName
{
color: #A89DB2;
}
</style>
background-color css
<style>
a { background-color: #A89DB2; }
a { background-color: rgb(168,157,178); }
div.DivClassName
{
background-color: #A89DB2;
}
.BgClassName
{
background-color: #A89DB2;
}
</style>
border-color css
<style>
span { border-color: #A89DB2; }
span { border-color: rgb(168,157,178); }
td.TdClassName
{
border-color: #A89DB2;
}
.TagClassName
{
border-color: #A89DB2;
}
</style>